github-tools / github-tools/github-release-notes
Provide a way to include the generated changelog file in the release
- Linguagem predominante
- JavaScript
- Estrelas
- 897
- Forks
- 313
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
To do a release with Gren, the workflow is:
- put a tag on a commit
- run `gren release`
After this is done, if one wants a textual `CHANGELOG.md` file, one can run `gren changelog`, which retrieves the description of the release from the repo and puts it into a file.
Then, if we want this generated `CHANGELOG.md` to be part of the repo, we add it with a commit. However, this means this file is not part of the release tarball we just made, since this new commit will come after the tag.
Could we imagine a way to be able to make a release that would include its own updated `CHANGELOG.md` file?
Guia de contribuição
Direção de pesquisa
Comece rastreando os pontos de entrada `gren release` e `gren changelog` e como o tarball da release é criado. O trabalho estará concluído quando uma release puder incluir seu `CHANGELOG.md` gerado no tarball sem exigir um commit posterior.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- javascript, node.js
- Domínio
- cli, release
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 25/100