Skip to content

Commit

Permalink
- update translation pot file
Browse files Browse the repository at this point in the history
  • Loading branch information
olatechpro committed Nov 3, 2022
1 parent fbf1c2c commit 88afa67
Show file tree
Hide file tree
Showing 3 changed files with 1,612 additions and 1,438 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release-free-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ To release the Free plugin please make sure to check all the checkboxes below.

- [ ] Create the release branch as `release-<version>` based on the development branch
- [ ] Make sure to directly merge or use Pull Requests to merge hotfixes or features branches into the release branch
- [ ] Update publishpress-pro.pot language file
- [ ] Run `composer update` and check if there is any relevant update. Check if you need to lock the current version for any dependency. The `--no-dev` argument is optional here, since the build script will make sure to run the build with that argument.
- [ ] Update the changelog - make sure all the changes are there with a user-friendly description and that the release date is correct
- [ ] Update the version number to the next stable version. Use `$ vendor/bin/robo version <version-number>`
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/release-pro-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ To release the Pro plugin please make sure to check all the checkboxes below.

- [ ] Create the release branch as `release-<version>` based on the development branch
- [ ] Make sure to directly merge or use Pull Requests to merge hotfixes or features branches into the release branch
- [ ] Update publishpress.pot language file
- [ ] Update the `composer.json` file changing the version constraint to the Free plugin to use the most recent stable release tag
- [ ] Run `composer update` and check if there is any relevant update. Check if you need to lock the current version for any dependency. The `--no-dev` argument is optional here, since the build script will make sure to run the build with that argument.
- [ ] Update the changelog - make sure all the changes are there with a user-friendly description and that the release date is correct
Expand Down
Loading

0 comments on commit 88afa67

Please sign in to comment.