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 1.7 #93

Closed
14 tasks done
jdevalk opened this issue Jun 2, 2020 · 1 comment
Closed
14 tasks done

Release 1.7 #93

jdevalk opened this issue Jun 2, 2020 · 1 comment

Comments

@jdevalk
Copy link
Contributor

jdevalk commented Jun 2, 2020

Release version 1.7

  • 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.7 & grunt update-version.
  • Commit & push the changes: git commit -m "Updating version to 1.7" && git push.
  • Make the tag, e.g. git tag -a 1.7.0 -m "1.7.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
Copy link
Contributor Author

jdevalk commented Jun 2, 2020

Done

@jdevalk jdevalk closed this as completed Jun 2, 2020
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