mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
chore: rebranding
This commit is contained in:
parent
72aad542bd
commit
e8e4e6b2cd
3 changed files with 13 additions and 43 deletions
4
.github/workflows/env.yml
vendored
4
.github/workflows/env.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
|
||||
- name: Create manifest file
|
||||
run: |
|
||||
cat > ${{ inputs.path }}/aftman.toml << EOF
|
||||
cat > ${{ inputs.path }}/rokit.toml << EOF
|
||||
[tools]
|
||||
selene = "Kampfkarren/selene@0.25.0"
|
||||
stylua = "JohnnyMorganz/stylua@0.18.2"
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
EOF
|
||||
shell: bash
|
||||
|
||||
- name: Run setup-aftman
|
||||
- name: Run setup-rokit
|
||||
uses: ./
|
||||
with:
|
||||
version: ${{ inputs.version }}
|
||||
|
|
48
CHANGELOG.md
48
CHANGELOG.md
|
@ -6,44 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.4.2] - 2023-09-20
|
||||
## Changed
|
||||
- Disable caching by default #15
|
||||
|
||||
## Fixed
|
||||
- Issue causing executables to not be found #14
|
||||
|
||||
## [0.4.1] - 2023-09-18
|
||||
## Fixed
|
||||
- Cache `~/.aftman/tool-storage` as well
|
||||
- Only hash `aftman.toml` instead of entire directory
|
||||
|
||||
## [0.4.0] - 2023-09-17
|
||||
## Added
|
||||
- Add `cache` parameter and cache by default
|
||||
|
||||
## [0.3.0] - 2022-09-27
|
||||
## Added
|
||||
- Create `auth.toml` file with input GitHub token.
|
||||
|
||||
## Changed
|
||||
- Cleanup installation artifacts.
|
||||
|
||||
## [0.2.0] - 2022-08-30
|
||||
## Fixed
|
||||
- PowerShell on Windows not recognizing executables.
|
||||
|
||||
## Removed
|
||||
- Deprecate `trust-check` and `trusts` inputs as they have no use.
|
||||
|
||||
## [0.1.0] - 2022-07-18
|
||||
## [0.1.0] - 2024-07-15
|
||||
### Added
|
||||
- Everything
|
||||
- Initial release, with support for rokit instead of aftman
|
||||
|
||||
[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.4.2...HEAD
|
||||
[0.4.2]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.2
|
||||
[0.4.1]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.1
|
||||
[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
|
||||
[Unreleased]: https://github.com/CompeyDev/setup-rokit/compare/v0.4.2...HEAD
|
||||
[0.4.2]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.4.2
|
||||
[0.4.1]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.4.1
|
||||
[0.4.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.4.0
|
||||
[0.3.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.3.0
|
||||
[0.2.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.2.0
|
||||
[0.1.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.0
|
||||
|
|
|
@ -20,7 +20,7 @@ For a list of default parameter values, [check here](https://github.com/CompeyDe
|
|||
For more advanced cases, use the parameters below.
|
||||
```yaml
|
||||
steps:
|
||||
- uses: CompeyDev/setup-rokit@v0.4.2
|
||||
- uses: CompeyDev/setup-rokit@v0.1.0
|
||||
with:
|
||||
version: v1.0.0 # name of git tag in rokit (uses latest tag by default)
|
||||
path: some_dir/my_project # path to project dir containing a `rokit.toml`, `aftman.toml`, or `foreman.toml` ("." (current dir) by default)
|
||||
|
@ -49,5 +49,5 @@ In any case, it is recommended to benchmark before enabling this feature.
|
|||
Set to a GitHub token to be used by `rokit` to increase the GitHub rate-limit. Note, these two options, `${{ github.token }}` and `${{ secrets.GITHUB_TOKEN }}`, are equivalent and passed by default. **Thus, you do not need to specify this parameter unless you are using a token different from the owner of the repository.**
|
||||
|
||||
## Credits
|
||||
[@nezuo](https://github.com/ok-nick) - Creating `setup-aftman` which `setup-rokit` is a fork of
|
||||
[@ok-nick](https://github.com/ok-nick) - Creating `setup-aftman` which `setup-rokit` is a fork of
|
||||
|
||||
|
|
Loading…
Reference in a new issue