diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b558606..d4a12d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: uses: TriPSs/conventional-changelog-action@v5 with: preset: conventionalcommits - github-token: ${{ secrets.GH_SRE_TOKEN }} + github-token: ${{ secrets.GH_AIDE_TOKEN }} git-user-name: ${{ github.actor }} git-user-email: ${{ github.actor }}@users.noreply.github.com tag-prefix: '' @@ -33,4 +33,4 @@ jobs: with: tag_name: ${{ steps.changelog.outputs.tag }} body: ${{ steps.changelog.outputs.clean_changelog }} - token: ${{ secrets.GH_SRE_TOKEN }} + token: ${{ secrets.GH_AIDE_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef7a3e..9a4489d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,3 @@ -## [1.0.1](https://github.com/immobiliare/vegeta-super-sayan/compare/1.0.0...1.0.1) (2024-08-01) - ## 1.0.0 (2024-07-30) diff --git a/README.md b/README.md index 354e6e3..7da0d0c 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ mv vegeta ~/bin # Or elsewhere, up to you. ```shell git clone https://github.com/immobiliare/vegeta-super-sayan +cd vegeta-super-sayan ``` ### Create virtualenv and install requirements @@ -234,7 +235,7 @@ Vegeta Super Sayan was created by ImmobiliareLabs, the technology department of Made with ❤️ by [ImmobiliareLabs](https://github.com/immobiliare) and all the [contributors](./CONTRIBUTING.md#contributors) -If you have any question on how to use Inca, bugs and enhancement please feel free to reach us out by opening a [GitHub Issue](https://github.com/immobiliare/inca/issues). +If you have any question on how to use vegeta super sayan, bugs and enhancement please feel free to reach us out by opening a [GitHub Issue](https://github.com/immobiliare/vegeta-super-sayan/issues).