mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
Update versions
This commit is contained in:
parent
1cb1f7883e
commit
fd69cec4ec
2 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.0] - 2022-08-30
|
||||
## Fixed
|
||||
- PowerShell on Windows not recognizing executables.
|
||||
|
||||
|
@ -15,5 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- Everything
|
||||
|
||||
[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.1.0...HEAD
|
||||
[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.2.0...HEAD
|
||||
[0.2.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.2.0
|
||||
[0.1.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.1.0
|
||||
|
|
|
@ -11,7 +11,7 @@ Github action to install and run [aftman](https://github.com/LPGhatguy/aftman);
|
|||
## Usage
|
||||
```yaml
|
||||
steps:
|
||||
- uses: actions/setup-aftman@v0
|
||||
- uses: actions/setup-aftman@v0.2.0
|
||||
```
|
||||
|
||||
### Parameters
|
||||
|
|
Loading…
Reference in a new issue