Skip to content

Commit

Permalink
Added the missing step for merging the bump PR (#3267)
Browse files Browse the repository at this point in the history
* Added the missing step for merging the bump PR

---------

Co-authored-by: Théo Crevon <[email protected]>
  • Loading branch information
codebien and oleiade authored Aug 14, 2023
1 parent ce9ba9c commit 03b1722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ title: 'k6 release v0.4x.0'
- [ ] k6-docs PRs for all new or changed functionality have been created.
- [ ] All PRs to the k6 repository in the current [milestone](https://github.com/grafana/k6/milestones) have been merged.
- [ ] A pull request with the release notes and request the final reviews (including the @k6-browser, devrels folks).
- [ ] Open a PR for bumping [the version](https://github.com/grafana/k6/blob/9fa50b2d1f259cdccff5cc7bc18a236d31c345ac/lib/consts/consts.go#L11)).
- [ ] Open a separate PR for bumping [the version](https://github.com/grafana/k6/blob/9fa50b2d1f259cdccff5cc7bc18a236d31c345ac/lib/consts/consts.go#L11).
- [ ] The release notes PR shared in the `#k6-oss-dev` internal channel mentioning all the impacted teams (@k6-browser, @k6-chaos, @k6 devrel and any other potential stackholder of the new release).
- [ ] `DefinitelyTyped/DefinitelyTyped` PR(s) is ready.

Expand All @@ -43,6 +43,7 @@ title: 'k6 release v0.4x.0'

#### In k6 repository

- [ ] PR for bumping [the version](https://github.com/grafana/k6/blob/9fa50b2d1f259cdccff5cc7bc18a236d31c345ac/lib/consts/consts.go#L11) merged.
- [ ] Release notes PR merged.
- [ ] A new tag from the CLI `vX.Y.Z` created (`git tag v0.4x.0 -m "v0.4x.0"`) & pushed.

Expand Down

0 comments on commit 03b1722

Please sign in to comment.