Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release changelog generation #306

Merged
merged 1 commit into from
Sep 2, 2021
Merged

Conversation

miry
Copy link
Contributor

@miry miry commented Sep 1, 2021

Currently the goreleaser prints all commits.
It also contains the Merge commits from Github.

Example for v2.1.5 would be:

## Changelog

* Move to Go Modules from godeps (#253, @epk)
* Update the example in `client/README.md` (#251, @nothinux)
* Update TOC in `README.md` (4ca1eddddfcd0c50c8f6dfb97089bb68e6310fd9, @dwradcliffe)
* Add an example of `config.json` file to `README.md` (#260, @JesseEstum)
* Add Link to Elixir Client (#287, @Jcambass)
* Add Rust client link (#293, @itarato)
* Renovations: formatting code, update dependicies, make govet/staticcheck pass (#294, @dnwe)
* Remove `openssl` from `dev.yml` to use `dev` tool (#298, @pedro-stanaka)
* Update `go` versions in development (#299, @miry)
* Mention `MacPorts` in `README.md` (#290, @amake)
* Fix some typos in `README.md` and `CHANGELOG.md` (#222, @jwilk)
* Replace TravisCI with Github Actions to run tests (#303, @miry)
* Build and release binaries with `goreleaser`. Support `arm64` and BSD oses. (#301, @miry)
* Automate release with Github actions (#304, @miry)

Replace this type of CHANGELOG with version used in CHANGELOG.md.
Updated release workflow to extract version changes and use it with goreleaser.

@miry miry self-assigned this Sep 1, 2021
@miry miry force-pushed the goreleaser-ignore-merge-commits branch 5 times, most recently from ce54758 to d2a1fb3 Compare September 1, 2021 13:34
@miry miry changed the title Ignore Merge commits in release changelog Update release changelog generation Sep 1, 2021
@miry miry force-pushed the goreleaser-ignore-merge-commits branch from d2a1fb3 to a7923a7 Compare September 1, 2021 13:40
@miry miry force-pushed the master branch 2 times, most recently from 5aa1541 to 758c1e5 Compare September 1, 2021 15:56
@miry miry force-pushed the goreleaser-ignore-merge-commits branch from a7923a7 to b72b4ce Compare September 1, 2021 18:39
`goreleaser` use git commits for building release description.
It is sorted by commit messages and does not provide a clarity.
Update release workflow to extract sevversion changelog from
`CHANGELOG.md` and use it for `goreleaser`.
@miry miry force-pushed the goreleaser-ignore-merge-commits branch from b72b4ce to 6e756a8 Compare September 1, 2021 18:40
@miry miry merged commit 0d6d327 into master Sep 2, 2021
@miry miry deleted the goreleaser-ignore-merge-commits branch September 2, 2021 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant