[ci skip] Set release date

This commit is contained in:
Davide De Rosa 2021-11-30 10:00:07 +01:00
parent db075eb291
commit 5580dd6901
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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