diff --git a/README.md b/README.md index 8a888e1..291da3b 100644 --- a/README.md +++ b/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 > 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 ```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 ``` --- @@ -157,7 +124,7 @@ jobs: - name: Run Semantic Release env: GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} - GITEA_URL: https://git.dejodigital.com.br + GITEA_URL: https://git.dejo.digital run: npx semantic-release - name: Check if Release Tag Exists id: check_tag @@ -331,7 +298,7 @@ jobs: --- ## 🔑 Secrets necessários - **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 Para criar um novo release, basta: