Skip to content

Commit 25f74bb

Browse files
d-a-vearlephilhower
authored andcommitted
release process: updates about Travis CI (#6785)
1 parent 240ae5e commit 25f74bb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ The following points assume work in a direct clone of the repository, and not in
120120
git tag -a -m "Release 3.0.0" 3.0.0
121121
```
122122
123-
then push the tag created in step 3 to esp8266/Arduino Github repository:
123+
navigate to [Travis CI options](https://travis-ci.org/esp8266/Arduino/settings), enable `Build pushed branches`,
124+
125+
then push the tag created above to esp8266/Arduino Github repository:
124126
125127
```
126128
git push origin 3.0.0
@@ -132,7 +134,9 @@ The following points assume work in a direct clone of the repository, and not in
132134
133135
* Release must be deleted: github > releases > edit x.y.z > remove all files > delete button appears
134136
135-
5. Wait for Travis CI build for the tag to pass, see https://travis-ci.org/esp8266/Arduino/builds.
137+
5. Wait for Travis CI build for the tag to pass, see https://travis-ci.org/esp8266/Arduino/builds,
138+
139+
return to the Travis CI options and disable `Build pushed branches`.
136140
137141
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.
138142

0 commit comments

Comments
 (0)