chore: release v2.0.0

This commit is contained in:
Ahmad Husen
2022-02-02 11:19:55 +07:00
parent 7926f4fb39
commit a042f537a9
2 changed files with 15 additions and 12 deletions
+11 -8
View File
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [2.0.0] - 2022-02-02
### Changed ### Changed
- Move repo from datakrama to hapakaien - Move repo from hapakaien to hapakaien
- `builder` user is added to sudoers directly instead of via the wheel group - `builder` user is added to sudoers directly instead of via the wheel group
- Replace Docker with Buildah in CI - Replace Docker with Buildah in CI
@@ -59,10 +61,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release - Initial release
[Unreleased]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.1...HEAD [Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...HEAD
[1.1.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.0...v1.1.1 [2.0.0]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.1...v2.0.0
[1.1.0]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.3...v1.1.0 [1.1.1]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.0...v1.1.1
[1.0.3]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.2...v1.0.3 [1.1.0]: https://github.com/hapakaien/archlinux-package-action/compare/v1.0.3...v1.1.0
[1.0.2]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.1...v1.0.2 [1.0.3]: https://github.com/hapakaien/archlinux-package-action/compare/v1.0.2...v1.0.3
[1.0.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.0...v1.0.1 [1.0.2]: https://github.com/hapakaien/archlinux-package-action/compare/v1.0.1...v1.0.2
[1.0.0]: https://github.com/datakrama/archlinux-package-action/releases/tag/v1.0.0 [1.0.1]: https://github.com/hapakaien/archlinux-package-action/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/hapakaien/archlinux-package-action/releases/tag/v1.0.0
+4 -4
View File
@@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Validate package - name: Validate package
uses: hapakaien/archlinux-package-action@v1 uses: hapakaien/archlinux-package-action@v2
``` ```
#### 2. Only generate .SRCINFO #### 2. Only generate .SRCINFO
@@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Validate package - name: Validate package
uses: hapakaien/archlinux-package-action@v1 uses: hapakaien/archlinux-package-action@v2
with: with:
flags: '' flags: ''
namcap: false namcap: false
@@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Validate package - name: Validate package
uses: hapakaien/archlinux-package-action@v1 uses: hapakaien/archlinux-package-action@v2
with: with:
flags: '' flags: ''
namcap: false namcap: false
@@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Validate package - name: Validate package
uses: hapakaien/archlinux-package-action@v1 uses: hapakaien/archlinux-package-action@v2
with: with:
path: package path: package
flags: '-si --noconfirm' flags: '-si --noconfirm'