Skip to content

Commit 8d90486

Browse files
nonmanifoldpkozlowski-opensource
authored andcommitted
docs(README): fix typo
1 parent 8278f53 commit 8d90486

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@ This will start Karma server and will continously watch files in the project, ex
6767

6868
### Release
6969
* 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]`
7171
* tag
7272
* push changes and a tag (`git push --tags`)
7373
* switch to the `gh-pages` branch: `git checkout gh-pages`
7474
* 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]`
7676
* push changes
7777
* 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
7979
* publish Bower and NuGet packages
8080

8181
Well done! (If you don't like repeating yourself open a PR with a grunt task taking care of the above!)

0 commit comments

Comments
 (0)