File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 23
23
"karma-sauce-launcher" : " ~0.2.0" ,
24
24
"karma-script-launcher" : " ~0.1.0" ,
25
25
"load-grunt-tasks" : " ~0.3.0" ,
26
- "grunt-remove-logging" : " ~0.2.0"
26
+ "grunt-remove-logging" : " ~0.2.0" ,
27
+ "grunt-conventional-changelog" : " ~1.1.0"
27
28
},
28
29
"licenses" : [
29
30
{
Original file line number Diff line number Diff line change @@ -27,13 +27,16 @@ function prepare {
27
27
mkdir -p release
28
28
cp -Rf dist/* release
29
29
30
- git add package.json bower.json component.json release
30
+ grunt changelog
31
+
32
+ git add package.json bower.json component.json release CHANGELOG.md
31
33
git commit -m " chore(release): v$VERSION "
32
34
git tag -m " v$VERSION " v$VERSION
33
35
34
36
echo " --"
35
37
echo " -- Version is now $VERSION , codename $CODENAME ."
36
- echo " -- Release commit & tag created."
38
+ echo " -- Release commit & tag created. Changelog created."
39
+ echo " -- Suggestion: read over the changelog and fix any mistakes, then run git commit -a --amend."
37
40
echo " -- When ready to push, run ./scripts/finalize-version.sh --action=publish"
38
41
echo " --"
39
42
}
You can’t perform that action at this time.
0 commit comments