File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,15 @@ This will start Karma server and will continously watch files in the project, ex
67
67
68
68
### Release
69
69
* Bump up version number in ` package.json `
70
- * Commit the version change with the following message: ` chore(release): [versio number] `
70
+ * Commit the version change with the following message: ` chore(release): [version number] `
71
71
* tag
72
72
* push changes and a tag (` git push --tags ` )
73
73
* switch to the ` gh-pages ` branch: ` git checkout gh-pages `
74
74
* copy content of the dist folder to the main folder
75
- * Commit the version change with the following message: ` chore(release): [versio number] `
75
+ * Commit the version change with the following message: ` chore(release): [version number] `
76
76
* push changes
77
77
* switch back to the ` main branch ` and modify ` package.json ` to bump up version for the next iteration
78
- * commit (` chore(release): starting [versio number] ` ) and push
78
+ * commit (` chore(release): starting [version number] ` ) and push
79
79
* publish Bower and NuGet packages
80
80
81
81
Well done! (If you don't like repeating yourself open a PR with a grunt task taking care of the above!)
You can’t perform that action at this time.
0 commit comments