chore: rebranding

This commit is contained in:
Erica Marigold 2024-07-15 22:56:57 +05:30
parent 72aad542bd
commit e8e4e6b2cd
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1
3 changed files with 13 additions and 43 deletions

View file

@ -24,7 +24,7 @@ jobs:
- name: Create manifest file - name: Create manifest file
run: | run: |
cat > ${{ inputs.path }}/aftman.toml << EOF cat > ${{ inputs.path }}/rokit.toml << EOF
[tools] [tools]
selene = "Kampfkarren/selene@0.25.0" selene = "Kampfkarren/selene@0.25.0"
stylua = "JohnnyMorganz/stylua@0.18.2" stylua = "JohnnyMorganz/stylua@0.18.2"
@ -32,7 +32,7 @@ jobs:
EOF EOF
shell: bash shell: bash
- name: Run setup-aftman - name: Run setup-rokit
uses: ./ uses: ./
with: with:
version: ${{ inputs.version }} version: ${{ inputs.version }}

View file

@ -6,44 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.4.2] - 2023-09-20 ## [0.1.0] - 2024-07-15
## 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
### Added ### Added
- Everything - Initial release, with support for rokit instead of aftman
[Unreleased]: https://github.com/ok-nick/setup-aftman/compare/v0.4.2...HEAD [Unreleased]: https://github.com/CompeyDev/setup-rokit/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.2 [0.4.2]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.4.2
[0.4.1]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.1 [0.4.1]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.4.1
[0.4.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.4.0 [0.4.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.4.0
[0.3.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.3.0 [0.3.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.3.0
[0.2.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.2.0 [0.2.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.2.0
[0.1.0]: https://github.com/ok-nick/setup-aftman/releases/tag/v0.1.0 [0.1.0]: https://github.com/CompeyDev/setup-rokit/releases/tag/v0.1.0

View file

@ -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. For more advanced cases, use the parameters below.
```yaml ```yaml
steps: steps:
- uses: CompeyDev/setup-rokit@v0.4.2 - uses: CompeyDev/setup-rokit@v0.1.0
with: with:
version: v1.0.0 # name of git tag in rokit (uses latest tag by default) 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) 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.** 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 ## 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