diff --git a/Passepartout/App/iOS/CHANGELOG.md b/Passepartout/App/iOS/CHANGELOG.md index 64f5c939..c65622ae 100644 --- a/Passepartout/App/iOS/CHANGELOG.md +++ b/Passepartout/App/iOS/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.17.2 Beta 2931 (2021-11-27) +## 1.17.2 (2021-11-30) ### Changed diff --git a/Passepartout/App/macOS/CHANGELOG.md b/Passepartout/App/macOS/CHANGELOG.md index 13223e52..84c80e04 100644 --- a/Passepartout/App/macOS/CHANGELOG.md +++ b/Passepartout/App/macOS/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 1.17.2 Beta 2931 (2021-11-27) +## 1.17.2 (2021-11-30) ### Changed diff --git a/scripts/commit-release.sh b/scripts/commit-release.sh index 4387aa0f..12721bdd 100755 --- a/scripts/commit-release.sh +++ b/scripts/commit-release.sh @@ -8,7 +8,7 @@ fi VERSION=`ci/version-number.sh ios` DATE=`date "+%Y-%m-%d"` CHANGELOG_GLOB="Passepartout/App/*/CHANGELOG.md" -COMMIT_MESSAGE="Set release date" +COMMIT_MESSAGE="[ci skip] Set release date" TAG_MESSAGE="Release" TAG_SIGN="--sign" if [[ $1 == "no-sign" ]]; then