Skip to content

Commit e770474

Browse files
committed
fix(release flow): wip
1 parent db0a535 commit e770474

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

6554
MIT © [Michael Hladky](mailto:michael@hladky.at)

release-flow.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)