Skip to content

Commit

Permalink
chore: removed github repo update for package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyxguo committed Nov 1, 2023
1 parent 22a561f commit 6923d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-plugin-aurora",
"version": "1.8.3",
"version": "0.0.0-semantic-release",
"description": "A plugin for Hexo Aurora theme",
"main": "index.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
[
'@semantic-release/git',
{
assets: ['CHANGELOG.md', 'data/**', 'lib/**', 'index.js', 'package.json'],
assets: ['CHANGELOG.md', 'data/**', 'lib/**', 'index.js'],
message:
'chore(release): set `package.json` to ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}'
}
Expand Down

0 comments on commit 6923d2a

Please sign in to comment.