ci: add goreleaser#5527
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5527 +/- ##
==========================================
- Coverage 63.48% 60.98% -2.50%
==========================================
Files 194 263 +69
Lines 16167 23751 +7584
==========================================
+ Hits 10263 14484 +4221
- Misses 4801 7788 +2987
- Partials 1103 1479 +376
|
|
This pull request fixes 10 alerts when merging 175c3fc into a5d3e19 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 10 alerts when merging c348326 into 6e16df8 - view on LGTM.com fixed alerts:
|
| uses: goreleaser/goreleaser-action@v2 | ||
| with: | ||
| version: latest | ||
| args: release --rm-dist --release-notes=release_notes.md |
There was a problem hiding this comment.
Here I am adding a markdown file that can contain any info we would like to relay about the release. Any data placed in here will be put into the body of the release. If we would like to have the same message each time, like we do now, this will not be required.
There was a problem hiding this comment.
Can we continue to link to the changelog? (Also, I think the message is maybe not exactly the same every time - technically it links to the specific link in the changelog?)
There was a problem hiding this comment.
yes, just need to work out how to create the needed link. getting odd dirty git errors with the approaches I have tried.
There was a problem hiding this comment.
I have it appearing like so: https://github.com/marbar3778/tendermint/releases/tag/v1.4.7. Our naming template will be 1.4.7 (WARNING: BETA SOFTWARE)
|
This pull request fixes 10 alerts when merging 9a2934b into 6e16df8 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 10 alerts when merging f30d488 into 9e6248c - view on LGTM.com fixed alerts:
|
erikgrinaker
left a comment
There was a problem hiding this comment.
Very excited for this!
Co-authored-by: Erik Grinaker <erik@interchain.berlin>
…dermint into marko/go_releaser
|
This pull request fixes 10 alerts when merging 7599add into 9e6248c - view on LGTM.com fixed alerts:
|
| uses: goreleaser/goreleaser-action@v2 | ||
| with: | ||
| version: latest | ||
| args: release --rm-dist --release-notes=release_notes.md |
There was a problem hiding this comment.
Can we continue to link to the changelog? (Also, I think the message is maybe not exactly the same every time - technically it links to the specific link in the changelog?)
| @@ -261,8 +261,11 @@ Each PR should have one commit once it lands on `master`; this can be accomplish | |||
| - Bump P2P and block protocol versions in `version.go`, if necessary | |||
There was a problem hiding this comment.
One line up, but do we still need to bump the Tendermint version in version.go? Where (if anywhere) do we need to specify the new version?
There was a problem hiding this comment.
The new version is picked up via git describe. No need to specify it anymore, but we still need to bump the other versions.
1c65a02 to
8c7af97
Compare
|
This pull request fixes 10 alerts when merging 8c7af97 into 9e6248c - view on LGTM.com fixed alerts:
|
|
This pull request fixes 10 alerts when merging 8264bb8 into d4f9066 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 10 alerts when merging f1ca010 into d4f9066 - view on LGTM.com fixed alerts:
|
|
This pull request fixes 10 alerts when merging ca6e229 into 38587d8 - view on LGTM.com fixed alerts:
|
Co-authored-by: Erik Grinaker <erik@interchain.berlin> Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Erik Grinaker <erik@interchain.berlin> Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Co-authored-by: Erik Grinaker <erik@interchain.berlin> Co-authored-by: Alessio Treglia <alessio@tendermint.com>
Description
Closes: #XXX
examples: https://github.com/marbar3778/tendermint/releases
Opening this PR for review to receive feedback on the open questions.