Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove changelog checklist item from release process #81

Merged
merged 3 commits into from
Jul 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading