File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "template" : " ./release-template.hbs" ,
3+ "handlebarsSetup" : " ./scripts/auto-changelog.js" ,
4+ "ignoreCommitPattern" : " ^chore: release v" ,
5+ "unreleased" : true ,
6+ "startingVersion" : " v3.0.0-alpha.0"
7+ }
Original file line number Diff line number Diff line change 33 "push" : true ,
44 "tagName" : " v${version}" ,
55 "commitMessage" : " chore: release v${version}" ,
6- "changelog" : " auto-changelog --stdout --commit-limit false --ignore-commit-pattern \" ^chore: release v \" --unreleased --template ./release-template.hbs --tag-pattern \" ^v \\ d+ \\ . \\ d+ \\ . \\ d+$ \" --handlebars-setup ./scripts/auto-changelog.js "
6+ "changelog" : " auto-changelog --stdout"
77 },
88 "github" : {
99 "release" : true ,
10- "releaseNotes" : " auto-changelog --stdout --commit-limit false --ignore-commit-pattern \" ^chore: release v \" --unreleased --template ./release-template.hbs --tag-pattern \" ^v \\ d+ \\ . \\ d+ \\ . \\ d+$ \" --handlebars-setup ./scripts/auto-changelog.js "
10+ "releaseNotes" : " auto-changelog --stdout -p "
1111 },
1212 "npm" : {
1313 "publish" : false
1818 }
1919 },
2020 "hooks" : {
21- "after:bump" : " auto-changelog -p --ignore-commit-pattern \" ^chore: release v \" --template ./release-template.hbs --tag-pattern \" ^v \\ d+ \\ . \\ d+ \\ . \\ d+$ \" --handlebars-setup ./scripts/auto-changelog.js "
21+ "after:bump" : " auto-changelog -p"
2222 }
2323}
Original file line number Diff line number Diff line change 11# Changelog
22
3- All notable changes to this project will be documented in this file.
4-
5- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
8- {{ #unless options.hideCredit }}
9- Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
10- {{ /unless }}
11-
123{{ #each releases }}
134 {{ #if href }}
145 ## [{{ title }} ]({{ href }} ){{ #if tag }} - {{ isoDate }} {{ /if }}
You can’t perform that action at this time.
0 commit comments