mirror of
https://github.com/s4u/maven-settings-action.git
synced 2026-02-11 00:00:47 +08:00
Add a MAINTENANCE.md doc
This commit is contained in:
25
MAINTENANCE.md
Normal file
25
MAINTENANCE.md
Normal file
@ -0,0 +1,25 @@
|
||||
# update dependencies
|
||||
|
||||
npm update
|
||||
npm outdated
|
||||
|
||||
If new version exist put '*' in `package.json` and run again `npm update`
|
||||
|
||||
- new commit with dependency updates
|
||||
|
||||
# new release
|
||||
|
||||
- run - npm version patch -m "prepare release %s"
|
||||
or
|
||||
- run - npm version minor -m "prepare release %s"
|
||||
|
||||
- push commit
|
||||
|
||||
- checkout release/vX
|
||||
- merge master and push
|
||||
- run
|
||||
npm update
|
||||
npm install
|
||||
npm prune --production
|
||||
- commit and push "update dependency after merge from master"
|
||||
- git tag and git push --tags
|
||||
Reference in New Issue
Block a user