File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,17 +49,6 @@ export class AppModule {
4949
5050```
5151
52- ## Rough release flow
53- - npm run build
54- - npm run recommended-bump (lookup for recommended version bump i.e.: patch)
55- - cd src
56- - npm version [ BUMP_TYPE] -m "chore(release): %s"
57- - git push --follow-tags
58- - cd ..
59- - npm run changelog
60- - npm run github-release
61- - npm run release
62-
6352## License
6453
6554MIT © [ Michael Hladky] ( mailto:michael@hladky.at )
Original file line number Diff line number Diff line change 1+ ## Rough release flow
2+ - npm run build
3+ - npm run recommended-bump (lookup for recommended version bump i.e.: patch)
4+ - cd src
5+ - npm version [ BUMP_TYPE] -m "chore(release): %s"
6+ - git push --follow-tags
7+ - cd ..
8+ - npm run changelog
9+ - npm run github-release
10+ - npm run release
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-formatter-parser" ,
3- "version" : " 0.0.0-alpha.4 " ,
3+ "version" : " 0.0.0-alpha.5 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " https://github.com/BioPhoton/angular-formatter-parser"
You can’t perform that action at this time.
0 commit comments