File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111- Nothing worth mentioning right now.
1212
1313
14+ ## [ 2.2.1] - 2025-04-19
15+
16+ ### Fixed
17+
18+ - collection_default, role_default: Fix off-by-one and templating errors in setup task examples (e077d6f)
19+
20+
1421## [ 2.2.0] - 2025-04-05
1522
1623### Added
@@ -71,7 +78,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7178- All functionality and files, ` role_default `
7279
7380
74- [ unreleased ] : https://github.com/foundata/ansible-skeletons/compare/v2.2.0...HEAD
81+ [ unreleased ] : https://github.com/foundata/ansible-skeletons/compare/v2.2.1...HEAD
82+ [ 2.2.1 ] : https://github.com/foundata/ansible-skeletons/releases/tag/v2.2.1
7583[ 2.2.0 ] : https://github.com/foundata/ansible-skeletons/releases/tag/v2.2.0
7684[ 2.1.0 ] : https://github.com/foundata/ansible-skeletons/releases/tag/v2.1.0
7785[ 2.0.0 ] : https://github.com/foundata/ansible-skeletons/releases/tag/v2.0.0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Nothing special or automated yet. Therefore just some hints for manual testing:
2323 git add "./CHANGELOG.md"
2424 git commit -m "Release preparations: v${version}"
2525
26- git tag "v${version}" <commit-id> -m "version ${version}"
26+ git tag "v${version}" "$(git rev-parse --verify HEAD)" -m "version ${version}"
2727 git show "v${version}"
2828
2929 git push origin main --follow-tags
You can’t perform that action at this time.
0 commit comments