diff --git a/.release-it.json b/.release-it.json index 48d57a4..b3e20f1 100644 --- a/.release-it.json +++ b/.release-it.json @@ -1,9 +1,11 @@ { "hooks": { "before:git:beforeBump": "git flow release start ${version}", - "after:git:afterRelease": [ + "before:github:release": [ "npx git-flow-silent-release ${version}", + "git checkout main", "git push", + "git push --tags", "git checkout develop", "git push" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f4342a..e977547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,18 @@ This project adheres to [Semantic Versioning](http://semver.org/). This changelog follows the [Keep a Changelog](http://keepachangelog.com) format. +--- + +## [Unreleased] + +### Fixed ### +- Error in release configuration. + --- ## [1.6.2] - 2025-02-09 + ### Fixed ### - Error in release configuration. @@ -20,6 +28,9 @@ This changelog follows the [Keep a Changelog](http://keepachangelog.com) format. ## [1.6.1] - 2025-02-09 +> ⚠️ **Note:** There was a mistake in the release process. Therefore this tag does not point to the correct commit. +> Use version 1.6.2 instead. + ### Fixed ### - Mistake during release of version 1.6.0. @@ -29,6 +40,9 @@ This changelog follows the [Keep a Changelog](http://keepachangelog.com) format. ## [1.6.0] - 2025-02-09 +> ⚠️ **Note:** There was a mistake in the release process. Therefore this tag does not point to the correct commit. +> Use version 1.6.2 instead. + ### Added ### - [#28] Added code `Invalid` (-1). - [#28]{Qt C++11} Qt C++11 variant which uses `enum class` for the codes.