Commit b785ee7
fix(release): corrigir token npm e separar workflows de release e PR (#15)
* chore(release): 1.0.4
* fix(release-publish): corrige push usando token no workflow para evitar erro 403
* ci(release): automatiza versionamento, changelog e publicação no npm via GitHub Actions
- workflow atualizado para:
- executar standard-version no CI
- push automático de commits e tags gerados
- publicar pacote no npm automaticamente após release
- uso de token de acesso pessoal do GitHub para push seguro
- uso de token npm via secrets para publicação segura
Facilita releases automáticas e reduz passos manuais.
* fix(ci): corrige push no workflow de release usando token correto para evitar erro 403
* fix(release): corrigir push no workflow com token npm
* ci: add release create PR and publish workflows
- Adiciona workflow para criar branch de release e abrir PR automático
- Adiciona workflow para publicar pacote no npm após merge na main
- Mantém CI de testes e cobertura separados
* refactor: separar workflows em ci, release-create-pr e release-publish para automação correta
- Criado workflow para testes e cobertura (ci.yml)
- Criado workflow para criação automática de branch e PR de release (release-create-pr.yml)
- Criado workflow para publicar pacote npm após merge na main (release-publish.yml)
* fix(ci): desabilitar verificação GPG no upload para Codecov
- Adiciona variável de ambiente CODECOV_GPG_VERIFY=false para evitar erro de assinatura GPG
- Corrige falha na action do Codecov ao validar a assinatura do binário
---------
Co-authored-by: Gustavo <gustavomarquesm@gmail.com>1 parent 0783a8a commit b785ee7
3 files changed
Lines changed: 63 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments