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.6 #85

Closed
12 tasks done
jdevalk opened this issue Apr 9, 2020 · 1 comment
Closed
12 tasks done

Release version 1.6 #85

jdevalk opened this issue Apr 9, 2020 · 1 comment

Comments

@jdevalk
Copy link
Contributor

jdevalk commented Apr 9, 2020

Release version 1.6

  • 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=[VERSION] (e.g., grunt set-version --new-version=1.1.0) & grunt update-version.
  • Commit & push the changes: git commit -m "Updating version to [VERSION]" && git push.
  • Make the tag, e.g. git tag -a 1.1.0 -m "1.1.0".
  • Push the tag: git push --tags.
  • Run grunt artifact - this will create yoast-test-helper.zip.
  • 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 Apr 9, 2020

Done.

@jdevalk jdevalk closed this as completed Apr 9, 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