Skip to content

Commit

Permalink
Update release note
Browse files Browse the repository at this point in the history
  • Loading branch information
ojopaul committed Jan 15, 2025
1 parent 265d0cd commit 602c23e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release-free-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To release the Free plugin please make sure to check all the checkboxes below.
- [ ] Update the Version number to the next stable version in tag-groups-pro.php
- [ ] Update the changelog - make sure all the changes are there with a user-friendly description and that the release date is correct
- [ ] Commit the changes to the release branch
- [ ] Build the zip package.
- [ ] Build the zip package using `composer build`. It should create a package in the `./dist` dir.
- [ ] Send to the team for testing

### Release Checklist
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/release-pro-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ To release the Pro plugin please make sure to check all the checkboxes below.
- [ ] Update the Version number to the next stable version in tag-groups-pro.php
- [ ] Update the changelog - make sure all the changes are there with a user-friendly description and that the release date is correct
- [ ] Commit the changes to the release branch
- [ ] Build the zip package
- [ ] Build the zip package using `$ composer build`. It should create a package in the `./dist` dir.
- [ ] Send to the team for testing

### Release Checklist
Expand Down

0 comments on commit 602c23e

Please sign in to comment.