Skip to content

release process: updates about Travis CI #6785

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

Merged
merged 1 commit into from
Nov 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ The following points assume work in a direct clone of the repository, and not in
git tag -a -m "Release 3.0.0" 3.0.0
```

then push the tag created in step 3 to esp8266/Arduino Github repository:
navigate to [Travis CI options](https://travis-ci.org/esp8266/Arduino/settings), enable `Build pushed branches`,

then push the tag created above to esp8266/Arduino Github repository:

```
git push origin 3.0.0
Expand All @@ -132,7 +134,9 @@ The following points assume work in a direct clone of the repository, and not in

* Release must be deleted: github > releases > edit x.y.z > remove all files > delete button appears

5. Wait for Travis CI build for the tag to pass, see https://travis-ci.org/esp8266/Arduino/builds.
5. Wait for Travis CI build for the tag to pass, see https://travis-ci.org/esp8266/Arduino/builds,

return to the Travis CI options and disable `Build pushed branches`.

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

Expand Down