Skip to content

Commit fca1eee

Browse files
committed
README update
1 parent 5eaadf5 commit fca1eee

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

+2-13
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,6 @@ git commit -a -m ...
140140
git push origin master
141141
~~~
142142

143-
### Tag
144-
145-
~~~shell
146-
git tag 2.2.1
147-
git push origin 2.2.1
148-
~~~
149-
150-
Create now a new release in GitHub for the tag.
151-
152143
## Creating Bottles
153144

154145
The blog on https://jonathanchang.org/blog/maintain-your-own-homebrew-repository-with-binary-bottles/ describes how to create bottles for own taps.
@@ -228,13 +219,11 @@ brew style --fix Formula/globalplatform.rb
228219

229220
The created bottle files (`.bottle.tar.gz` and `.json`) must be collected. The naming should be identical, i.e. use the same revision of 0 (if not explicitly intended). `bottle.<revision>.tar.gz`. For revision 0 `<revision>.` is empty. If a previous bottle of the same version exist the name will include a new revision. For beta releases it might be possible to remove the revision if necessary from the `tar.gz` and the `json`. In the `json` file also remove the `revision` attribute if necessary.
230221

231-
### Re-Tag
222+
### Tag
232223

233-
Remove the tag, push the updated formula and tag the master or working branch:
224+
Push the updated formula and tag the master or working branch:
234225

235226
~~~shell
236-
git tag -d 2.2.1
237-
git push --delete origin 2.2.1
238227
git commit -a -m ...
239228
git push origin master
240229
git tag 2.2.1

0 commit comments

Comments
 (0)