File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed
Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -39,24 +39,10 @@ prefix in your commit message:
39391 . ` feat: ` to trigger minor, or
40401 . ` 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
You can’t perform that action at this time.
0 commit comments