Skip to content

Commit

Permalink
chore(release): v1.2023.5
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
  • Loading branch information
davidsneighbour committed Sep 17, 2023
1 parent 26e3917 commit 73ac174
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 1.2023.5 (2023-09-17)


### Bug Fixes

* move config to default.json5 ([1e54fb0](https://github.com/davidsneighbour/hugo-modules/commit/1e54fb09b25a827bdd4a7c5bdbc52143478e1291))

## [1.2023.4](https://github.com/davidsneighbour/hugo-modules/compare/modules/pictures/v1.2023.3...modules/pictures/v1.2023.4) (2023-09-17)

## [1.2023.3](https://github.com/davidsneighbour/hugo-modules/compare/modules/pictures/v1.2023.2...modules/pictures/v1.2023.3) (2023-09-05)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@davidsneighbour/renovate-config",
"version": "1.2023.4",
"version": "1.2023.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -12,8 +12,8 @@
},
"homepage": "https://github.com/davidsneighbour/renovate-config",
"scripts": {
"release": "commit-and-tag-version --release-as patch -a -t \"modules/pictures/v\" --releaseCommitMessageFormat \"chore(release): modules/pictures/v{{currentTag}}\" && ./bin/release/postrelease",
"release:minor": "commit-and-tag-version --release-as minor -a -t \"modules/pictures/v\" --releaseCommitMessageFormat \"chore(release): modules/pictures/v{{currentTag}}\" && ./bin/release/postrelease",
"release": "commit-and-tag-version --release-as patch -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/release/postrelease",
"release:minor": "commit-and-tag-version --release-as minor -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/release/postrelease",
"update": "npm-check-updates -u && npm install && git add package*"
},
"dependencies": {
Expand Down

0 comments on commit 73ac174

Please sign in to comment.