Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heyhusen committed Feb 2, 2022
1 parent 7926f4f commit cd2e2d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
19 changes: 11 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2022-02-02

### 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
- Replace Docker with Buildah in CI

Expand Down Expand Up @@ -59,10 +61,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/datakrama/archlinux-package-action/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/datakrama/archlinux-package-action/releases/tag/v1.0.0
[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.1...v2.0.0
[1.1.1]: https://github.com/hapakaien/archlinux-package-action/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/hapakaien/archlinux-package-action/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/hapakaien/archlinux-package-action/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/hapakaien/archlinux-package-action/compare/v1.0.1...v1.0.2
[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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v2

- name: Validate package
uses: hapakaien/archlinux-package-action@v1
uses: hapakaien/archlinux-package-action@v2
```

#### 2. Only generate .SRCINFO
Expand All @@ -72,7 +72,7 @@ jobs:
uses: actions/checkout@v2

- name: Validate package
uses: hapakaien/archlinux-package-action@v1
uses: hapakaien/archlinux-package-action@v2
with:
flags: ''
namcap: false
Expand All @@ -96,7 +96,7 @@ jobs:
uses: actions/checkout@v2

- name: Validate package
uses: hapakaien/archlinux-package-action@v1
uses: hapakaien/archlinux-package-action@v2
with:
flags: ''
namcap: false
Expand All @@ -120,7 +120,7 @@ jobs:
uses: actions/checkout@v2

- name: Validate package
uses: hapakaien/archlinux-package-action@v1
uses: hapakaien/archlinux-package-action@v2
with:
path: package
flags: '-si --noconfirm'
Expand Down

0 comments on commit cd2e2d6

Please sign in to comment.