Skip to content

Commit

Permalink
Merge pull request #499 from grafana/jvp/prepare-changelog-for-patch-…
Browse files Browse the repository at this point in the history
…1-2-1

Prepare changelog for patch v1.2.1
  • Loading branch information
jesusvazquez authored Dec 22, 2022
2 parents 86cf3b5 + 6554847 commit be51dba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ builds:
- linux
- windows
- darwin
- freebsd
goarch:
- amd64
archives:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.2.1: patch maintenance release. December 22, 2022

* build using go 1.18 #497
* from now on embed binaries on github releases using goreleaser #498

# v1.2: minor maintenance release. March 4, 2022

* build using latest version of go, 1.17.3. #482
Expand Down
2 changes: 1 addition & 1 deletion docs/installation-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ When interesting changes have been merged to master, and they have had a chance
* If you pushed the tag on a pre-existing commit in the master branch that was already pushed, trigger re-run of the CI pipeline to build packages with new version tag
* Wait for CircleCI to complete successfully
* Create release on GitHub. copy entry from CHANGELOG.md to GitHub release page
* Upload platform specific (Linux, Mac, FreeBSD and windows) binaries from CircleCI to the release as well (or simply include a link to the CircleCI page that lists all the assets)
* Release binaries will be appended to the github release tag once CI completes successfully

0 comments on commit be51dba

Please sign in to comment.