Skip to content

Commit

Permalink
docs: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-nick committed Sep 18, 2023
1 parent ab74735 commit d3693e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0] - 2023-09-17
## Added
- Add `cache` parameter and cache by default

Expand All @@ -20,13 +22,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- PowerShell on Windows not recognizing executables.

## Removed
- Deprecated `trust-check` and `trusts` inputs as they have no use.
- Deprecate `trust-check` and `trusts` inputs as they have no use.

## [0.1.0] - 2022-07-18
### Added
- Everything

[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.0
[0.3.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.3.0
[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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ GitHub action to install and run [aftman](https://github.com/LPGhatguy/aftman);
Use the latest released version of `aftman` with default parameters:
```yaml
steps:
- uses: ok-nick/setup-aftman@v0.3.0
- uses: ok-nick/setup-aftman@v0.4.0
```
For a list of default parameter values, [check here](https://github.com/ok-nick/setup-aftman/blob/main/action.yml#L5-L25).

### Advanced Usage
For more advanced cases, use the parameters below.
```yaml
steps:
- uses: ok-nick/setup-aftman@v0.3.0
- uses: ok-nick/setup-aftman@v0.4.0
with:
version: v1.0.0 # name of git tag in aftman (uses latest by default)
path: some_dir/my_project # path to project dir containing `aftman.toml` (uses current dir by default)
Expand Down

0 comments on commit d3693e5

Please sign in to comment.