From 65548476b3a581a6b1ba017a75de29ab9e887bbb Mon Sep 17 00:00:00 2001 From: Jesus Vazquez Date: Thu, 22 Dec 2022 15:50:35 +0100 Subject: [PATCH] Prepare changelog for patch v1.2.1 --- .goreleaser.yml | 1 + CHANGELOG.md | 5 +++++ docs/installation-building.md | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 09329dea..3ce3dbe2 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -8,6 +8,7 @@ builds: - linux - windows - darwin + - freebsd goarch: - amd64 archives: diff --git a/CHANGELOG.md b/CHANGELOG.md index 0968a8d2..1bfa9b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/installation-building.md b/docs/installation-building.md index 0bc1fc00..657718e9 100644 --- a/docs/installation-building.md +++ b/docs/installation-building.md @@ -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