Skip to content

Commit

Permalink
feat(cd): replace theme version when creating dist archive
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed May 27, 2023
1 parent 274d770 commit de9a753
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
"preset": "conventionalcommits",
"infile": "CHANGELOG.md",
"header": "# Changelog"
},
"@j-ulrich/release-it-regex-bumper": {
"out": [
{
"file": "config.json",
"search": "\"version\": \".+?\",",
"replace": "\"version\": \"{{version}}\","
}
]
}
}
}
174 changes: 174 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"release": "release-it"
},
"devDependencies": {
"@j-ulrich/release-it-regex-bumper": "^4.1.1",
"@release-it/conventional-changelog": "^5.1.1",
"conventional-changelog-conventionalcommits": "^5.0.0",
"prettier": "^2.8.4",
Expand Down

0 comments on commit de9a753

Please sign in to comment.