Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66d669bebf | |||
| e346bea956 | |||
| 6ade55c2b2 | |||
| 8455f15e27 | |||
| 594be7f44a | |||
| 0a161adbcd | |||
| 94c0a400c6 | |||
| 4da3a1b0cc |
+15
-1
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.0.2] - 2022-02-02
|
||||
|
||||
### Fixed
|
||||
|
||||
- CI can not read changelog
|
||||
|
||||
## [2.0.1] - 2022-02-02
|
||||
|
||||
### Fixed
|
||||
|
||||
- Wrong OCI image tag at action.yml
|
||||
|
||||
## [2.0.0] - 2022-02-02
|
||||
|
||||
### Changed
|
||||
@@ -61,7 +73,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- Initial release
|
||||
|
||||
[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...HEAD
|
||||
[Unreleased]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.2...HEAD
|
||||
[2.0.2]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.1...v2.0.2
|
||||
[2.0.1]: https://github.com/hapakaien/archlinux-package-action/compare/v2.0.0...v2.0.1
|
||||
[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
-1
@@ -38,7 +38,7 @@ inputs:
|
||||
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://ghcr.io/hapakaien/archlinux-package-action:1'
|
||||
image: 'docker://ghcr.io/hapakaien/archlinux-package-action:2'
|
||||
args:
|
||||
- ${{ inputs.path }}
|
||||
- ${{ inputs.pkgver }}
|
||||
|
||||
Reference in New Issue
Block a user