From 4ef86c017ea611f6497b4cfda1a961f2f29f7044 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jun 2025 18:40:26 +0000 Subject: [PATCH 01/12] chore(release): 1.0.0 [skip ci] # 1.0.0 (2025-06-11) ### Features * CI/CD - Conventional Commits e Semantic Release ([2c1f871](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/2c1f8715dde4084a08117bffae1bbc40e7b9a95c)) * CI/CD - Conventional Commits e Semantic Release ([cc93db0](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/cc93db0d9a8e1358ca1e3e6128d1d710fc35e5b6)) * CI/CD - Conventional Commits e Semantic Release ([abf3c77](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/abf3c771e539afa48de8139ed7adb81341e80600)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fbfe52b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# 1.0.0 (2025-06-11) + + +### Features + +* CI/CD - Conventional Commits e Semantic Release ([2c1f871](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/2c1f8715dde4084a08117bffae1bbc40e7b9a95c)) +* CI/CD - Conventional Commits e Semantic Release ([cc93db0](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/cc93db0d9a8e1358ca1e3e6128d1d710fc35e5b6)) +* CI/CD - Conventional Commits e Semantic Release ([abf3c77](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/abf3c771e539afa48de8139ed7adb81341e80600)) From 43acc8f809ffcb75e4b9f3cb1e5199a572900c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 20:17:03 -0300 Subject: [PATCH 02/12] =?UTF-8?q?feat:=20Altera=C3=A7=C3=A3o=20trigger=20d?= =?UTF-8?q?eploy=20branch=20master=20para=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-and-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 3cec98b..8bea5b3 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -4,8 +4,8 @@ name: CI & CD on: push: branches: - - master - #- dev + #- master + - dev jobs: lint_commits: From 2340355e6cbe57bcd52d9b038f4661f03d3c0401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 20:19:07 -0300 Subject: [PATCH 03/12] =?UTF-8?q?feat:=20Altera=C3=A7=C3=A3o=20trigger=20d?= =?UTF-8?q?eploy=20branch=20master=20para=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-and-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 8bea5b3..cdec8fd 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -25,7 +25,7 @@ jobs: - name: Lint Commit Messages # Se qualquer mensagem não corresponder ao Conventional Commits, este step falha - run: npx commitlint --from=origin/master --to=HEAD + run: npx commitlint --from=origin/dev --to=HEAD release: name: Release From 6f88c7a2b86899fed822aa42c8c1dd9720865fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 20:33:50 -0300 Subject: [PATCH 04/12] =?UTF-8?q?feat:=20Altera=C3=A7=C3=A3o=20trigger=20d?= =?UTF-8?q?eploy=20branch=20master=20para=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-and-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index cdec8fd..3cec98b 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -4,8 +4,8 @@ name: CI & CD on: push: branches: - #- master - - dev + - master + #- dev jobs: lint_commits: @@ -25,7 +25,7 @@ jobs: - name: Lint Commit Messages # Se qualquer mensagem não corresponder ao Conventional Commits, este step falha - run: npx commitlint --from=origin/dev --to=HEAD + run: npx commitlint --from=origin/master --to=HEAD release: name: Release From 95795a00795b6ffff82512d6bbccf2849be9f5dc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jun 2025 23:34:39 +0000 Subject: [PATCH 05/12] chore(release): 1.1.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.1.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.0.0...v1.1.0) (2025-06-11) ### Features * Alteração trigger deploy branch master para dev ([6f88c7a](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/6f88c7a2b86899fed822aa42c8c1dd9720865fef)) * Alteração trigger deploy branch master para dev ([2340355](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/2340355e6cbe57bcd52d9b038f4661f03d3c0401)) * Alteração trigger deploy branch master para dev ([43acc8f](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/43acc8f809ffcb75e4b9f3cb1e5199a572900c6a)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbfe52b..bb3c0bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.0.0...v1.1.0) (2025-06-11) + + +### Features + +* Alteração trigger deploy branch master para dev ([6f88c7a](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/6f88c7a2b86899fed822aa42c8c1dd9720865fef)) +* Alteração trigger deploy branch master para dev ([2340355](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/2340355e6cbe57bcd52d9b038f4661f03d3c0401)) +* Alteração trigger deploy branch master para dev ([43acc8f](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/43acc8f809ffcb75e4b9f3cb1e5199a572900c6a)) + # 1.0.0 (2025-06-11) From 84a35b08a157a50edaddb87cacf1ec585e7f2b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 20:39:23 -0300 Subject: [PATCH 06/12] =?UTF-8?q?feat:=20Altera=C3=A7=C3=A3o=20trigger=20d?= =?UTF-8?q?eploy=20branch=20master=20para=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infrastructure/Dockerfile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 infrastructure/Dockerfile diff --git a/infrastructure/Dockerfile b/infrastructure/Dockerfile new file mode 100644 index 0000000..cad605c --- /dev/null +++ b/infrastructure/Dockerfile @@ -0,0 +1,22 @@ +# Dockerfile para o DEJO Node + +FROM golang:1.23 as builder +WORKDIR /app + +# Copiar arquivos e instalar dependências +COPY go.mod go.sum ./ +RUN go mod download + +COPY . . +RUN go build -o dejo-node ./cmd/main.go + +# Criar imagem final +FROM debian:bullseye-slim +WORKDIR /root/ + +COPY --from=builder /app/dejo-node ./dejo-node + +# Definir variáveis de ambiente padrão +ENV CONFIG_PATH="/config/config.yaml" + +CMD ["./dejo-node"] From 82af37035829ebc45422c7cc38783b72904e1e68 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jun 2025 23:40:34 +0000 Subject: [PATCH 07/12] chore(release): 1.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.2.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.1.0...v1.2.0) (2025-06-11) ### Features * Alteração trigger deploy branch master para dev ([84a35b0](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/84a35b08a157a50edaddb87cacf1ec585e7f2b5d)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb3c0bb..e5f9b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.1.0...v1.2.0) (2025-06-11) + + +### Features + +* Alteração trigger deploy branch master para dev ([84a35b0](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/84a35b08a157a50edaddb87cacf1ec585e7f2b5d)) + # [1.1.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.0.0...v1.1.0) (2025-06-11) From 13b7ccb1bf718b16dcad3dd81fe4e8cb9dd2a31c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 20:42:37 -0300 Subject: [PATCH 08/12] =?UTF-8?q?feat:=20Altera=C3=A7=C3=A3o=20trigger=20d?= =?UTF-8?q?eploy=20branch=20master=20para=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-and-cd.yml | 6 +++--- infrastructure/Dockerfile | 22 ---------------------- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 infrastructure/Dockerfile diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 3cec98b..0f9b538 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -76,7 +76,7 @@ jobs: env: DEJO_NODE_AWS_REGION: us-east-1 AWS_ECR_REPOSITORY: dev-dejo/dejo-node - DISABLE_DISCORD_NOTIFY: true + DISABLE_DISCORD_NOTIFY: false DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} sha_short: ${{ needs.release.outputs.sha_short }} steps: @@ -116,8 +116,8 @@ jobs: - name: Build and Push Backend uses: docker/build-push-action@v5 with: - context: infrastructure - file: infrastructure/Dockerfile + context: . + file: ./Dockerfile push: true tags: | ${{ secrets.DEV_DEJO_AWS_ECR_REGISTRY }}/${{ env.AWS_ECR_REPOSITORY }}:latest diff --git a/infrastructure/Dockerfile b/infrastructure/Dockerfile deleted file mode 100644 index cad605c..0000000 --- a/infrastructure/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -# Dockerfile para o DEJO Node - -FROM golang:1.23 as builder -WORKDIR /app - -# Copiar arquivos e instalar dependências -COPY go.mod go.sum ./ -RUN go mod download - -COPY . . -RUN go build -o dejo-node ./cmd/main.go - -# Criar imagem final -FROM debian:bullseye-slim -WORKDIR /root/ - -COPY --from=builder /app/dejo-node ./dejo-node - -# Definir variáveis de ambiente padrão -ENV CONFIG_PATH="/config/config.yaml" - -CMD ["./dejo-node"] From 3a4c96f0dceb58db2a2232309c86821f6fab2bfe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jun 2025 23:43:36 +0000 Subject: [PATCH 09/12] chore(release): 1.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.3.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.2.0...v1.3.0) (2025-06-11) ### Features * Alteração trigger deploy branch master para dev ([13b7ccb](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/13b7ccb1bf718b16dcad3dd81fe4e8cb9dd2a31c)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f9b33..2ad0a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.2.0...v1.3.0) (2025-06-11) + + +### Features + +* Alteração trigger deploy branch master para dev ([13b7ccb](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/13b7ccb1bf718b16dcad3dd81fe4e8cb9dd2a31c)) + # [1.2.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.1.0...v1.2.0) (2025-06-11) From c1c1232c8751351cdaa0d0e530745fb30e8ce604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 20:58:28 -0300 Subject: [PATCH 10/12] =?UTF-8?q?feat:=20Altera=C3=A7=C3=A3o=20trigger=20d?= =?UTF-8?q?eploy=20branch=20master=20para=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci-and-cd.yml | 87 ++++++++++++++++++++++++---------- 1 file changed, 63 insertions(+), 24 deletions(-) diff --git a/.gitea/workflows/ci-and-cd.yml b/.gitea/workflows/ci-and-cd.yml index 0f9b538..3266e12 100644 --- a/.gitea/workflows/ci-and-cd.yml +++ b/.gitea/workflows/ci-and-cd.yml @@ -5,7 +5,6 @@ on: push: branches: - master - #- dev jobs: lint_commits: @@ -23,13 +22,12 @@ jobs: NPM_CONFIG_PRODUCTION: 'false' run: npm ci --no-audit - - name: Lint Commit Messages - # Se qualquer mensagem não corresponder ao Conventional Commits, este step falha + - name: Lint Commit Messages run: npx commitlint --from=origin/master --to=HEAD release: name: Release - needs: lint_commits # só roda se lint_commits passar + needs: lint_commits runs-on: [self-hosted] outputs: sha_short: ${{ steps.commit_short.outputs.sha_short }} @@ -71,12 +69,12 @@ jobs: build_and_push: name: Docker | Build and Push needs: release - if: ${{ needs.release.outputs.is_tagged == 'true' }} # só roda se semantic-release criou tag + if: ${{ needs.release.outputs.is_tagged == 'true' }} runs-on: [self-hosted] env: DEJO_NODE_AWS_REGION: us-east-1 AWS_ECR_REPOSITORY: dev-dejo/dejo-node - DISABLE_DISCORD_NOTIFY: false + DISABLE_DISCORD_NOTIFY: false DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} sha_short: ${{ needs.release.outputs.sha_short }} steps: @@ -90,7 +88,7 @@ jobs: run: | TAG=${GITHUB_REF#refs/tags/} curl -X POST -H "Content-Type: application/json" \ - -d "{\"content\": \":arrow_forward: Deploy da versão **${TAG}** iniciado...\"}" \ + -d "{\"content\":\":arrow_forward: Deploy da versão **${TAG}** iniciado...\"}" \ "${DISCORD_WEBHOOK}" - name: Set up Docker Buildx @@ -114,9 +112,11 @@ jobs: password: ${{ secrets.DEJO_NODE_AWS_SECRET_KEY }} - name: Build and Push Backend + id: build_push + continue-on-error: true uses: docker/build-push-action@v5 with: - context: . + context: . file: ./Dockerfile push: true tags: | @@ -125,11 +125,29 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,mode=max,dest=/tmp/.buildx-cache-new + - name: Discord | Notify Error (Build) + if: steps.build_push.outcome == 'failure' && env.DISABLE_DISCORD_NOTIFY != 'true' + run: | + curl -X POST -H "Content-Type: application/json" \ + -d '{"content":":x: Falha no build/push do Docker. Veja logs."}' \ + "${DISCORD_WEBHOOK}" + + - name: Fail job if build_push failed + if: steps.build_push.outcome == 'failure' + run: exit 1 + - name: Moving Cache run: | rm -rf /tmp/.buildx-cache mv /tmp/.buildx-cache-new /tmp/.buildx-cache + - name: Discord | Notify Success (Build) + if: steps.build_push.outcome == 'success' && env.DISABLE_DISCORD_NOTIFY != 'true' + run: | + curl -X POST -H "Content-Type: application/json" \ + -d '{"content":":white_check_mark: Build e push do Docker concluídos com sucesso."}' \ + "${DISCORD_WEBHOOK}" + kustomize_apply: name: Kubernetes | Kustomize Apply needs: build_and_push @@ -137,6 +155,8 @@ jobs: env: DEJO_NODE_AWS_REGION: us-east-1 KUBE_NAMESPACE: dejo-node + DISABLE_DISCORD_NOTIFY: false + DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} steps: - name: Checkout Repository uses: actions/checkout@v3 @@ -151,11 +171,31 @@ jobs: aws-region: ${{ env.DEJO_NODE_AWS_REGION }} - name: Apply Kustomize + id: kustomize + continue-on-error: true run: | echo "${{ secrets.DEJO_NODE_KUBE_CONFIG_DATA_DEV }}" | base64 -d > kubeconfig export KUBECONFIG=$PWD/kubeconfig kubectl apply -k infrastructure/kubernetes/dev -n "${KUBE_NAMESPACE}" + - name: Discord | Notify Error (Kustomize) + if: steps.kustomize.outcome == 'failure' && env.DISABLE_DISCORD_NOTIFY != 'true' + run: | + curl -X POST -H "Content-Type: application/json" \ + -d '{"content":":x: Falha ao aplicar Kustomize. Veja logs."}' \ + "${DISCORD_WEBHOOK}" + + - name: Fail job if kustomize failed + if: steps.kustomize.outcome == 'failure' + run: exit 1 + + - name: Discord | Notify Success (Kustomize) + if: steps.kustomize.outcome == 'success' && env.DISABLE_DISCORD_NOTIFY != 'true' + run: | + curl -X POST -H "Content-Type: application/json" \ + -d '{"content":":white_check_mark: Kustomize aplicado com sucesso."}' \ + "${DISCORD_WEBHOOK}" + deploy_backend: name: Kubernetes | Deploy App needs: kustomize_apply @@ -165,7 +205,7 @@ jobs: AWS_ECR_REPOSITORY: dev-dejo/dejo-node KUBE_NAMESPACE: dejo-node KUBE_DEPLOY_NAME: api-app - DISABLE_DISCORD_NOTIFY: true + DISABLE_DISCORD_NOTIFY: false DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} sha_short: ${{ needs.release.outputs.sha_short }} steps: @@ -182,6 +222,8 @@ jobs: aws-region: ${{ env.DEJO_NODE_AWS_REGION }} - name: Deploy API + id: deploy_api + continue-on-error: true run: | echo "${{ secrets.DEJO_NODE_KUBE_CONFIG_DATA_DEV }}" | base64 -d > kubeconfig export KUBECONFIG=$PWD/kubeconfig @@ -189,24 +231,21 @@ jobs: ${{ env.KUBE_DEPLOY_NAME }}="${{ secrets.DEV_DEJO_AWS_ECR_REGISTRY }}/${{ env.AWS_ECR_REPOSITORY }}:${{ env.sha_short }}" \ --record -n "${KUBE_NAMESPACE}" - - name: Verify Rollout - run: | - echo "${{ secrets.DEJO_NODE_KUBE_CONFIG_DATA_DEV }}" | base64 -d > kubeconfig - export KUBECONFIG=$PWD/kubeconfig - kubectl rollout status deployment/${{ env.KUBE_DEPLOY_NAME }} -n "${KUBE_NAMESPACE}" - - - name: Discord | Notify Error - if: ${{ failure() && env.DISABLE_DISCORD_NOTIFY != 'true' }} + - name: Discord | Notify Error (Deploy) + if: steps.deploy_api.outcome == 'failure' && env.DISABLE_DISCORD_NOTIFY != 'true' run: | curl -X POST -H "Content-Type: application/json" \ - -d '{"content": ":x: Erro durante o deploy! Veja logs."}' \ - "${{ env.DISCORD_WEBHOOK }}" - exit 1 + -d '{"content":":x: Erro durante o deploy! Veja logs."}' \ + "${DISCORD_WEBHOOK}" - - name: Discord | Notify Success - if: ${{ success() && env.DISABLE_DISCORD_NOTIFY != 'true' }} + - name: Fail job if deploy_api failed + if: steps.deploy_api.outcome == 'failure' + run: exit 1 + + - name: Discord | Notify Success (Deploy) + if: steps.deploy_api.outcome == 'success' && env.DISABLE_DISCORD_NOTIFY != 'true' run: | curl -X POST -H "Content-Type: application/json" \ - -d '{"content": ":white_check_mark: Deploy concluído com sucesso! :rocket:"}' \ - "${{ env.DISCORD_WEBHOOK }}" + -d '{"content":":white_check_mark: Deploy concluído com sucesso! :rocket:"}' \ + "${DISCORD_WEBHOOK}" From c6dbbd3fd4ee1e343fbda209d6bfdde68e375cb3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Jun 2025 23:59:30 +0000 Subject: [PATCH 11/12] chore(release): 1.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.4.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.3.0...v1.4.0) (2025-06-11) ### Features * Alteração trigger deploy branch master para dev ([c1c1232](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/c1c1232c8751351cdaa0d0e530745fb30e8ce604)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad0a59..c0f7e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.4.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.3.0...v1.4.0) (2025-06-11) + + +### Features + +* Alteração trigger deploy branch master para dev ([c1c1232](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/c1c1232c8751351cdaa0d0e530745fb30e8ce604)) + # [1.3.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.2.0...v1.3.0) (2025-06-11) From 771281d8af52d6e310d908673416397f325abdc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Caetano?= Date: Wed, 11 Jun 2025 21:05:51 -0300 Subject: [PATCH 12/12] docs: atualiza CHANGELOG para refletir merges pendentes --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f7e5c..2ad0a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,3 @@ -# [1.4.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.3.0...v1.4.0) (2025-06-11) - - -### Features - -* Alteração trigger deploy branch master para dev ([c1c1232](https://git.dejodigital.com.br/dejo-core/dejo-node/commit/c1c1232c8751351cdaa0d0e530745fb30e8ce604)) - # [1.3.0](https://git.dejodigital.com.br/dejo-core/dejo-node/compare/v1.2.0...v1.3.0) (2025-06-11)