Releases: KSXGitHub/github-actions-deploy-aur
Releases · KSXGitHub/github-actions-deploy-aur
v4.1.0
Make cp
commands print files being copied.
v4.0.0: Merge pull request #45 from pol-rivero/fix-copied-pkgbuild-name
Fix the name of PKGBUILD
file when the inputs.pkgbuild
wasn't pointing to a file whose base name is exactly PKGBUILD
(#44).
May be a breaking change for those who rely on copying directory via inputs.pkgbuild
.
v3.0.1: Merge pull request #42 from Jerry-Terrasse/master
pre-install `base-devel`
v3.0.0: feat: default `allow_empty_commits` to `false`
Resolves https://github.com/KSXGitHub/github-actions-deploy-aur/issues/41
v2.7.2: fix: remove dsa
Fixes https://github.com/KSXGitHub/github-actions-deploy-aur/issues/39
v2.7.1: fix: debugedit
Add debugedit
to required packages. Fix #38.
v2.7.0: Merge pull request #33 from susurri/run_command
Add post-processing (#33)
v2.6.0: Merge pull request #32 from fuljo/master
Allow customizing makepkg
test flags (#32)
v2.5.0: Merge pull request #31 from rgeraskin/master
Add option to test PKGBUILD
before publishing (#31)
v2.4.1
Add updpkgsums
to README.md