Prep for 0.24 release (#663)

* Bump versions and update changelog

* tweak text

* merge a couple of related changelog entries
This commit is contained in:
James Wilson
2022-09-22 17:16:04 +01:00
committed by GitHub
parent f48a5df2ca
commit 75e383dfcf
11 changed files with 52 additions and 18 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ function generate_changelog() {
}
# Get latest release tag.
tag=$($GIT_BIN describe --match "v[0-9]*" --abbrev=0 origin/master) || log_error 'Failed to obtain the latest release tag'
tag=$($GIT_BIN describe --tag --match "v[0-9]*" --abbrev=0 origin/master) || log_error 'Failed to obtain the latest release tag'
log_info "Latest release tag: $tag"
generate_changelog "$tag"