Skip to content

Commit

Permalink
fix(release): fix release git
Browse files Browse the repository at this point in the history
push after publish and modify changelog
  • Loading branch information
zapatran committed Apr 11, 2019
1 parent 6ebf485 commit cc449d1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
"changelogFile": "./CHANGELOG.md"
}
],
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "package.json"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
}
18 changes: 18 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 @@ -20,6 +20,7 @@
"homepage": "https://github.com/zapatran/hugo-oblate-theme#readme",
"devDependencies": {
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/github": "^5.2.10",
"semantic-release": "^15.13.3"
}
Expand Down

0 comments on commit cc449d1

Please sign in to comment.