Skip to content

Commit cfbcea6

Browse files
Update README.md
1 parent 80617a0 commit cfbcea6

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,22 @@ You should be able to edit the file as a co-author now, using your Nextcloud acc
4747

4848
# Publishing to the Nextcloud app store
4949

50+
* `git checkout main`
51+
* `git pull`
52+
* Tag v0.0.X in solid/appinfo/info.xml
53+
* `git tag`
54+
* `git tag v0.0.X`
55+
* `git push --follow-tags`
5056
* `git checkout publish`
5157
* `git pull`
5258
* `git merge main`
5359
* `cd solid`
5460
* `php ../composer.phar update`
5561
* `php ../composer.phar install --no-dev --prefer-dist`
56-
* Tag v0.0.X in solid/appinfo/info.xml
5762
* `git commit -am"built"` (at least `vendor/composer/installed.php` will have changed)
5863
* `git push`
5964
* `cd ..`
6065
* `git checkout main`
61-
* `git tag`
62-
* `git tag v0.0.X`
63-
* `git push --follow-tags`
6466
* create a release on github from the tag you just pushed
6567
* `tar -cf solid.tar solid/`
6668
* `gzip solid.tar`

0 commit comments

Comments
 (0)