mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #5750 from rolandwalker/release_process_updates
minor amendments to release process/changelog
This commit is contained in:
@@ -245,7 +245,7 @@ end
|
||||
|
||||
def footer
|
||||
@footer ||= Set.new
|
||||
@footer.to_a
|
||||
@footer.to_a.sort
|
||||
end
|
||||
|
||||
def add_to_footer(line)
|
||||
|
||||
+2
-2
@@ -97,13 +97,13 @@ written down than floating in a brain somewhere.
|
||||
13. Push that commit and the tag:
|
||||
|
||||
```bash
|
||||
$ git push --follow-tags
|
||||
$ git push && git push --follow-tags
|
||||
```
|
||||
Or, depending on your git configuration, you might need to append
|
||||
`<repository> <refspec>` to the above command, for example:
|
||||
|
||||
```bash
|
||||
$ git push --follow-tags upstream master
|
||||
$ git push upstream master && git push --follow-tags upstream master
|
||||
```
|
||||
|
||||
14. Unset the shell variable `$NEW_RELEASE_TAG`; you don't need it anymore.
|
||||
|
||||
Reference in New Issue
Block a user