Skip to content

Commit

Permalink
add npm audit in release cleanup template (#1991)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Feb 20, 2025
1 parent a1c3124 commit 1fadb3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release_cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ TBA
- [ ] Review code style and cleanup
- [ ] Review and update docs entries
- [ ] Ensure REST API versions are up to date and documented
- [ ] Run `npm audit fix` for Vue app
- [ ] Run `npx update-browserslist-db@latest` for Vue app
- [ ] Update Vue app version with `npm version`
- [ ] Update version in CHANGELOG and SODAR Release Notes doc
Expand Down

0 comments on commit 1fadb3a

Please sign in to comment.