Skip to content

Commit

Permalink
Add changelog-rotate command to samus config
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Apr 2, 2019
1 parent f16df91 commit 350c064
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion samus.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,16 @@
"action": "chmod-files",
"files": ["**/*,644", "bin/*,755"]
},
{
"action": "changelog-rotate",
"files": ["CHANGELOG.md"],
"arguments": {
"title_format": "$version - %B %d$day_nth, %Y"
}
},
{
"action": "git-commit",
"files": ["lib/*/version.rb"]
"files": ["CHANGELOG.md", "lib/*/version.rb"]
},
{
"action": "git-merge",
Expand Down

0 comments on commit 350c064

Please sign in to comment.