github-tools / github-tools/github-release-notes
What am I not understanding...
- Linguagem predominante
- JavaScript
- Estrelas
- 897
- Forks
- 313
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Please tell me why I'm not getting my second release and what from the docs am I missing??
```none
git tag 1.0
git push origin --tags
gren release
```
✔ 1.0 has been successfully created!
Now I make some change in the repo, commit & push..
```none
git tag 1.1
git push origin --tags
gren release
Getting gren config from local file /home/brett/repos/my-org/terraform-google-billing-budget/.grenrc
🤖 - Generate release notes:
===================================
✔ Releases found: 1
✔ Tags found: 1.0, 1.1
✔ Issues found: 5
Skipping 1.0 (use --override to replace it)
```
I would expect this to create the 1.1 release for me???
Guia de contribuição
Direção de pesquisa
Comece reproduzindo os comandos de tag e release do gren com o .grenrc local mostrado e compare o tratamento das tags 1.0 e 1.1. Está concluído quando o gren cria o release 1.1 esperado no GitHub em vez de ignorá-lo.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- git, github, javascript
- Domínio
- cli, release
- Tipo de issue
- Bug
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 30/100