Skip to content

Commit eb3c3a0

Browse files
authored
Merge pull request #44 from emily-ng/move-note-in-release-new-version-page
Move a note in the 'Release new version' page to earlier in the doc
2 parents ebdafa7 + 0632ee1 commit eb3c3a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/ReleaseNewVersion.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ double CI build on Travis, also when merging PR, please **avoid merge commit**
2323
Once all code and commits are in place and verified, you need to tag a
2424
release.
2525

26+
__Note:__ Before sending the tag upstream, make sure that Travis is not running any
27+
builds, otherwise tag build might not get triggered. If this happenened, you
28+
need to remove tag and push it again when Travis is not busy.
29+
2630
Tag `master` branch `HEAD` and push using commands:
2731

2832
```bash
@@ -42,10 +46,6 @@ While in that page, optionally, you can edit the release and add any content to
4246
the description (we use to put some constant links to the changelog / upgrade docs,
4347
but anything important can be commented if needed to).
4448

45-
__Note:__ Before sending the tag upstream, make sure that Travis is not running any
46-
builds, otherwise tag build might not get triggered. If this happenened, you
47-
need to remove tag and push it again when Travis is not busy.
48-
4949
If there is any problem with that automatic deployment, the artifact will need to be created manually. First build PHAR file manually:
5050

5151
```bash

0 commit comments

Comments
 (0)