Update README.md
This commit is contained in:
39
README.md
39
README.md
@ -1,37 +1,4 @@
|
|||||||
Logo
|
|
||||||
Issues
|
|
||||||
Pull Requests
|
|
||||||
Milestones
|
|
||||||
Explore
|
|
||||||
dejo-infra
|
|
||||||
/
|
|
||||||
ci-pipelines
|
|
||||||
Code
|
|
||||||
Issues
|
|
||||||
Pull Requests
|
|
||||||
Actions
|
|
||||||
Packages
|
|
||||||
Projects
|
|
||||||
Releases
|
|
||||||
Wiki
|
|
||||||
Activity
|
|
||||||
Settings
|
|
||||||
docs: migracao repo
|
|
||||||
|
|
||||||
André Caetano
|
|
||||||
3 days ago
|
|
||||||
parent
|
|
||||||
9bfd22dbc1
|
|
||||||
commit
|
|
||||||
6d95db6298
|
|
||||||
1 changed files
|
|
||||||
with
|
|
||||||
0 additions
|
|
||||||
and
|
|
||||||
409 deletions
|
|
||||||
409
|
|
||||||
README.md
|
|
||||||
@ -1,409 +0,0 @@
|
|
||||||
# CI/CD Conventional Commits e Semantic Release
|
# CI/CD Conventional Commits e Semantic Release
|
||||||
> Guia de configuração, desenvolvimento e fluxo de CI/CD com Conventional Commits e Semantic Release no Gitea.
|
> Guia de configuração, desenvolvimento e fluxo de CI/CD com Conventional Commits e Semantic Release no Gitea.
|
||||||
---
|
---
|
||||||
@ -52,7 +19,7 @@ README.md
|
|||||||
---
|
---
|
||||||
## 🔗 Clonando o Repositório
|
## 🔗 Clonando o Repositório
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.dejodigital.com.br/dejo-core/dejo-node.git
|
git clone https://git.dejo.digital/dejo-core/dejo-node.git
|
||||||
cd dejo-node
|
cd dejo-node
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
@ -157,7 +124,7 @@ jobs:
|
|||||||
- name: Run Semantic Release
|
- name: Run Semantic Release
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
|
||||||
GITEA_URL: https://git.dejodigital.com.br
|
GITEA_URL: https://git.dejo.digital
|
||||||
run: npx semantic-release
|
run: npx semantic-release
|
||||||
- name: Check if Release Tag Exists
|
- name: Check if Release Tag Exists
|
||||||
id: check_tag
|
id: check_tag
|
||||||
@ -331,7 +298,7 @@ jobs:
|
|||||||
---
|
---
|
||||||
## 🔑 Secrets necessários
|
## 🔑 Secrets necessários
|
||||||
- **GITEA_TOKEN**: token com permissão de `repo:write`
|
- **GITEA_TOKEN**: token com permissão de `repo:write`
|
||||||
- **GITEA_URL**: URL da instância (ex.: `https://git.dejodigital.com.br`)
|
- **GITEA_URL**: URL da instância (ex.: `https://git.dejo.digital`)
|
||||||
---
|
---
|
||||||
## 📝 Novos Releases
|
## 📝 Novos Releases
|
||||||
Para criar um novo release, basta:
|
Para criar um novo release, basta:
|
||||||
|
|||||||
Reference in New Issue
Block a user