mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
26.38.2024 6367ffa8297f11a75fca6bd9130ffd344c0ba108
package.json
@@ -1,7 +1,7 @@
{
  "name": "@thenewdynamic/gohugo-theme-ananke",
  "description": "Ananke: A theme for Hugo Sites",
  "version": "2.8.0",
  "version": "2.10.0-prerelease.0",
  "license": "MIT",
  "repository": "thenewdynamic/gohugo-theme-ananke",
  "author": "Bud Parr (https://github.com/budparr)",
@@ -51,7 +51,7 @@
      "command": "commit-and-tag-version --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}}\" -- --no-verify"
      "command": "commit-and-tag-version --sign -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" --prerelease prerelease -- --no-verify"
    }
  }
}