From ea119575c447e4abcde53a404144adfe41c4851c Mon Sep 17 00:00:00 2001 From: MauMuller <82516932+MauMuller@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:50:56 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(create-release.yml):=20Erro=20a?= =?UTF-8?q?o=20path=20do=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Básicamente ajustei o path de maneira correta até o template do RELEASE.md, o erro era básicamente a adição do 'template' no lugar do 'templates' dentro do .github --- .github/workflows/create-release.yml | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 73a0aed..7da6134 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -37,6 +37,6 @@ jobs: - name: Create realease if: ${{ env.VERSION_PACKAGE != 'v0.0.0' }} - run: gh release create $VERSION_PACKAGE -t "$VERSION_PACKAGE" -F ./.github/template/RELEASE.md --latest + run: gh release create $VERSION_PACKAGE -t "$VERSION_PACKAGE" -F ./.github/templates/RELEASE.md --latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c86abf..50266bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ Aqui estão todos os commits realizados até o momento, acompanhe todos eles na **Commits:** +- **84861e0388b12c1ae941e840b54d9194f527f5b7** + Link para o commit: [Ver modificações do commit](https://github.com/MauMuller/valisk/commit/84861e0388b12c1ae941e840b54d9194f527f5b7) + Autor: MauMuller - [https://github.com/MauMuller/](https://github.com/MauMuller/) + Data: 04/01/2023 + ``` + 🔖 (release.md & package.json): Primeira versão da lib de forma oficial sendo liberada + + Versão v0.0.1 da biblioteca, além de geração de release e ajuste no arquivo de geração de release + ``` + +
+ - **a1f94e872adccd507e8e9cf44d143e51cb9821ef** Link para o commit: [Ver modificações do commit](https://github.com/MauMuller/valisk/commit/a1f94e872adccd507e8e9cf44d143e51cb9821ef) Autor: MauMuller - [https://github.com/MauMuller/](https://github.com/MauMuller/)