diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 701174c..59b59c5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,5 +16,5 @@ jobs: steps: - uses: googleapis/release-please-action@v4 with: - token: ${{ secrets.DEPOT_RELEASE_PLEASE }} + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1f2dadd..234de93 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/README.md b/README.md index 3029a02..3e6b353 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Our inspiration for this is [Stow](https://www.gnu.org/software/stow/) a symlink package list in the same place as your dotfiles. ## Changelog -**v0.0.1 :** [Read changelog](./CHANGELOG.md) +**v0.1.0 :** [Read changelog](./CHANGELOG.md) ## Installation