Skip to content

2.7.2 release process #7428

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

Closed
14 of 15 tasks
d-a-v opened this issue Jul 7, 2020 · 0 comments · Fixed by #7430
Closed
14 of 15 tasks

2.7.2 release process #7428

d-a-v opened this issue Jul 7, 2020 · 0 comments · Fixed by #7430

Comments

@d-a-v
Copy link
Collaborator

d-a-v commented Jul 7, 2020

Reference

  • Open a new issue to track activities, which will be closed after the release is done.

  • Assemble release notes

  • Make a PR with below, wait for Travis CI, and merge

    • updated release on platform.txt
    • updated cores/esp8266/TZ.h
    • package.json
  • Wait for other maintainers to check on release notes (can be fixed afterwards)

  • Navigate to Travis CI options, enable Build pushed branches (before tagging in next step)

  • Tag the latest commit on the master branch, push to esp8266/arduino
    add: git tag -a -m "Release 3.0.0" 3.0.0; git push origin 3.0.0
    remove: git tag -d X.Y.Z; git push --delete origin X.Y.Z

  • <= Wait for Travis CI build for the tag to pass, see https://travis-ci.org/github/esp8266/Arduino/builds/705705129

  • Check that the new (draft) release has been created (no editing at this point!), see https://github.com/esp8266/Arduino/releases

  • Check that the boards manager package .zip file has been successfully uploaded as a release artifact.

  • Check that the package index downloaded from https://arduino.esp8266.com/stable/package_esp8266com_index.json contains an entry for the new version (it may not be the first one).

  • Return to the Travis CI options and disable Build pushed branches

  • Navigate to release list in Github here https://github.com/esp8266/Arduino/releases, press "Edit" button to edit release description, paste release notes, and publish it.

  • In the issue tracker, remove "staged-for-release" label for all issues which have it, and close them. Close the milestone associated with the released version.

  • Check that https://arduino-esp8266.readthedocs.io/en/latest/ has a new doc build for the new tag, and that "stable" points to that build. If a new build did not trigger, log into readthedoc's home here https://readthedocs.org/ (account must have been added to project as maintainer) and trigger it manually.

  • Create a Pull-Request (which closes this issue) #7430/CI, which:

    • updates the version in platform.txt and package.json file (this should correspond to the version of the next milestone, plus -dev suffix, E.g. 3.1.0-dev)
    • changes version number in the readthedocs link to the version which was just released, and verify that all links work in main README.md, "Latest release" section.
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

Successfully merging a pull request may close this issue.

1 participant