Skip to content

Commit

Permalink
#0: improve step-by-step guide for release
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jan 18, 2024
1 parent 1323b23 commit 11ac1a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/pr_template_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

- [ ] Wiki updated with info in ticket listed under **Documentation**
- [ ] ran `npm audit fix`
- [ ] ran `lint:fix`
- [ ] ran task version:major/minor/patch
- [ ] ran `npm run lint:fix`
- [ ] ran `npm run version:major/minor/patch`
- [ ] updated [bug template](/.github/ISSUE_TEMPLATE/bug.yml) to include the new version
- [ ] updated [.mcdevrc](/test/mockRoot/.mcdevrc.json) for tests to the new version
- [ ] (after merge) moved version tag to merge commit
- [ ] (after merge) moved version tag to merge commit & pushed to remote
- [ ] closed GitHub milestone
- [ ] created [new GitHub Release](https://github.com/Accenture/sfmc-devtools/releases/new)

## Documentation
Expand Down

0 comments on commit 11ac1a8

Please sign in to comment.