Skip to content

Commit f86ce0d

Browse files
committed
chore(readme): remove manual release step
1 parent c27830c commit f86ce0d

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,10 @@ prefix in your commit message:
3939
1. `feat:` to trigger minor, or
4040
1. `feat!:` to trigger major
4141

42-
When such a commit is merged to `main`, a new GitHub release will be prepared.
42+
When such a commit is merged to `main`, a new GitHub release will be created and
43+
a `PKGBUILD` update will be [published automatically][aur-publish-action].
4344

44-
Then, the following steps must be done manually (for now):
45-
46-
```sh
47-
git clone ssh://aur@aur.archlinux.org/downgrade /tmp/downgrade
48-
cd /tmp/downgrade
49-
50-
vim PKGBUILD # update `pkgver`
51-
52-
updpkgsums
53-
makepkg --printsrcinfo >.SRCINFO
54-
makepkg --syncdeps --install --force # to test
55-
56-
git add .SRCINFO PKGBUILD
57-
git commit -m 'Release vX.X.X'
58-
git push
59-
```
45+
[aur-publish-action]: https://github.com/archlinux-downgrade/aur-publish-action
6046

6147
---
6248

0 commit comments

Comments
 (0)