From e8e4e6b2cdff3c3956ab4c5beec193b3754018d8 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 15 Jul 2024 22:56:57 +0530 Subject: [PATCH] chore: rebranding --- .github/workflows/env.yml | 4 ++-- CHANGELOG.md | 48 ++++++++------------------------------- README.md | 4 ++-- 3 files changed, 13 insertions(+), 43 deletions(-) diff --git a/.github/workflows/env.yml b/.github/workflows/env.yml index 5f103a4..517f84e 100644 --- a/.github/workflows/env.yml +++ b/.github/workflows/env.yml @@ -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 }} diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c2eb2..b09d00c 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/README.md b/README.md index a8c747a..a76a4f4 100644 --- a/README.md +++ b/README.md @@ -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