File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -259,16 +259,15 @@ To release this Swift package the following steps have to be taken:
259
259
- Run `bundle update` to update all Ruby gems
260
260
- Run `swift package update` to update all SPM dependencies
261
261
- Commit all changes on `develop` with the message:
262
- ```
263
- Release version `x.y.z`
264
- ```
262
+ ```
263
+ Release version `x.y.z`
264
+ ```
265
265
- Release the new version:
266
266
```shell
267
267
bundle exec fastlane release framework:"Assist" version:"x.y.z" formula:"blackjacx/formulae/asc"
268
268
```
269
269
- Create and merge the PR from the just created branch for the [Homebrew formula](https://github.com/Blackjacx/homebrew-formulae)
270
270
- Post the following on Twitter:
271
-
272
271
```
273
272
Assist (ASC, Push, Snap) release x.y.z 🎉
274
273
You can’t perform that action at this time.
0 commit comments