Skip to content

Commit

Permalink
#0: improve release template
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jun 7, 2024
1 parent 2aa7736 commit 5733acc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE/pr_template_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

## Checklist

### Before merge

- [ ] Wiki updated with info in ticket listed under **Documentation**
- [ ] ran `npm audit fix`
- [ ] 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 & pushed to remote

### After merge

- [ ] merged all dependabot PRs to main branch
- [ ] moved version tag to merge commit & pushed to remote
- [ ] closed GitHub milestone
- [ ] created [new GitHub Release](https://github.com/Accenture/sfmc-devtools/releases/new)

Expand Down

0 comments on commit 5733acc

Please sign in to comment.