Skip to content

Commit

Permalink
feature: still testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaimodo committed Nov 24, 2021
1 parent f9b0efb commit ffccb37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ JS2Flow throws some errors in the way i use it. i couldn't find out how to use i

This will create a Auotmatic Changelog for your Repo. U can use `feature:`, `fix:` & `break:` as Keywords for your Commits. So u can do something like this (We pretend you have just pushed ur Code to maybe Github):

- Run `npm version patch` Or use the `npm run Upd-patch`
- Change Your Code like You want.
- Do a commit with maybe "feature: No more fixes" as Message.
- Do `npm run changelog`
- Maybe do some other Changes.
- Again commit and do `npm run changelog`
- Maybe now it's time to send your Code to Github, so do a `git pull`
- Run `npm version patch` Or use the `npm run Upd-patch` or maybe `npm version minor`
- Start over.

## Console Commands

Commands are defined in Consolecommands.ts
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"rollup-help": "rollup --help",
"lint": "eslint \"src/**/*.ts\"",
"build": "rollup -c",
"Upd-Patch": "npm version patch",
"Upd-Minor": "npm version minor",
"Upd-Mayor": "npm version mayor",
"Upd-Patch": "npm version patch && npm run changelog",
"Upd-Minor": "npm version minor && npm run changelog",
"Upd-Mayor": "npm version mayor && npm run changelog",
"push-main": "rollup -c --environment DEST:main",
"push-pserver": "rollup -c --environment DEST:pserver",
"push-Onlinepserver": "rollup -c --environment DEST:onlinepserver",
Expand Down

0 comments on commit ffccb37

Please sign in to comment.