chore(release): v2.11.0

Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
This commit is contained in:
Patrick Kollitsch 2024-10-24 17:34:37 +07:00
parent 9df28820ba
commit 503fbc9101
No known key found for this signature in database
GPG key ID: 5A5360B005AD68C7
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
# Changelog
## [2.11.0](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.6...v2.11.0) (2024-10-24)
## [2.10.1-prerelease.6](https://github.com/thenewdynamic/gohugo-theme-ananke/compare/v2.10.1-prerelease.4...v2.10.1-prerelease.6) (2024-10-24)

View file

@ -1,7 +1,7 @@
{
"name": "@thenewdynamic/gohugo-theme-ananke",
"description": "Ananke: A theme for Hugo Sites",
"version": "2.10.1-prerelease.6",
"version": "2.11.0",
"license": "MIT",
"repository": "thenewdynamic/gohugo-theme-ananke",
"author": "Bud Parr (https://github.com/budparr)",
@ -50,7 +50,7 @@
},
"wireit": {
"release": {
"command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
"command": "commit-and-tag-version --release-as minor --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" -- --no-verify"
},
"release:pre": {
"command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"