Skip to content

Commit

Permalink
feat(releases): add semantic-releases
Browse files Browse the repository at this point in the history
add semantic-releases for release faster
  • Loading branch information
zapatran committed Apr 11, 2019
1 parent a52bf45 commit 8074039
Show file tree
Hide file tree
Showing 5 changed files with 6,635 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .releaserc

This file was deleted.

17 changes: 17 additions & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"branch": "master",
"repositoryUrl": "https://github.com/zapatran/hugo-oblate-theme",
"ci": false,
"npmPublish": false,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
[
"@semantic-release/changelog",
{
"changelogFile": "./CHANGELOG.md"
}
],
"@semantic-release/github"
]
}
3 changes: 0 additions & 3 deletions CHANGELOG.md

This file was deleted.

Loading

0 comments on commit 8074039

Please sign in to comment.