Skip to content

Commit

Permalink
Add a MAINTENANCE.md doc
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Nov 3, 2024
1 parent ec0855f commit ceff4e7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions MAINTENANCE.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ceff4e7

Please sign in to comment.