Skip to content

Commit

Permalink
🐛 (create-release.yml): Erro ao path do template
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MauMuller committed Jan 4, 2023
1 parent 84861e0 commit ea11957
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<br />

- **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/)
Expand Down

0 comments on commit ea11957

Please sign in to comment.