Skip to content

Commit

Permalink
Merge pull request #81 from MetRonnie/release-pr
Browse files Browse the repository at this point in the history
Remove changelog checklist item from release process
  • Loading branch information
oliver-sanders authored Jul 4, 2024
2 parents 5ce59c2 + 2710324 commit 82302a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#### Description
<!-- Please explain the changes made -->


#### Checklist

- [ ] I have read the contributing instructions in `README.md` and have opened this against the correct branch & milestone
4 changes: 3 additions & 1 deletion .github/workflows/branch-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BODY: |
Please do a **normal merge**, not squash merge.
> [!IMPORTANT]
> Please do a **normal merge**, not squash merge.
Please fix conflicts if necessary.
---
Expand Down
3 changes: 0 additions & 3 deletions stage-1/create-release-pr/create-release-pr.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ ${workflowBadges ? `- Tests last run on \`${env.BASE_REF}\`:\n ${workflowBadg
#### Checklist:
- ${milestoneText()}
- [ ] Changelog up-to-date?
- Examine pull requests made since the last release
- "Released on" date updated? ${env.CHANGELOG_DATE ? `✔️ \`${env.CHANGELOG_DATE}\`` : `⚠️ couldn't automatically set date`}
#### Next steps:
- @${author} should request 1 or 2 reviews
Expand Down

0 comments on commit 82302a3

Please sign in to comment.