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

Release version 1.15 #132

Closed
14 tasks done
jdevalk opened this issue Oct 19, 2021 · 1 comment
Closed
14 tasks done

Release version 1.15 #132

jdevalk opened this issue Oct 19, 2021 · 1 comment
Milestone

Comments

@jdevalk
Copy link
Contributor

jdevalk commented Oct 19, 2021

Release version 1.15

  • Check out develop.
  • Update the changelog in readme.txt with the relevant entries, you should be able to find them based on the pull requests in this release's milestone.
  • Update README.md if needed, for instance for new features.
  • Merge develop into master.
  • Set the version using grunt set-version --new-version=1.15 (e.g., grunt set-version --new-version=1.1.0) & grunt update-version.
  • Commit & push the changes: git commit -m "Updating version to 1.15" && git push.
  • Make the tag, e.g. git tag -a 1.15.0 -m "1.15.0".
  • Push the tag: git push --tags.
  • Run grunt artifact - this will create yoast-test-helper.zip.
  • Test the zip locally.
  • Run grunt wp_deploy:master to release the plugin to WordPress.org.
  • Create a GitHub release, paste the changelog to the notes and attach the zip.
  • Create a new milestone for the next release.
  • Merge master back to develop.
@jdevalk jdevalk added this to the 1.15 milestone Oct 19, 2021
@jdevalk
Copy link
Contributor Author

jdevalk commented Oct 19, 2021

Done.

@jdevalk jdevalk closed this as completed Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant