From f897aae24c7c8e126f2fc30c89458cb6ddb4cb90 Mon Sep 17 00:00:00 2001 From: Matteo Rossi Date: Fri, 20 Jan 2023 18:30:28 +0100 Subject: [PATCH] chore: add missing id to release-please step --- .github/workflows/release.yml | 5 +---- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6025a7..86e0a33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,3 @@ ---- name: Release on: @@ -11,9 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v3 + id: release with: - bump-minor-pre-major: true - changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"refactor","section":"Refactoring","hidden":false},{"type":"docs","section":"Documentation","hidden":false},{"type":"test","section":"Test","hidden":false}]' package-name: itax_code release-type: ruby token: ${{secrets.GITHUB_TOKEN}} @@ -31,4 +29,3 @@ jobs: env: RUBYGEMS_API_KEY: ${{secrets.RUBYGEMS_API_KEY}} if: ${{steps.release.outputs.release_created}} -... diff --git a/.gitignore b/.gitignore index 3a12cf8..0452b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,12 @@ /_yardoc/ /.bundle/ /.byebug_history +/.ruby-version /.yardoc /coverage/ /doc/ +/Gemfile.lock /itax_code-*.gem /pkg/ /spec/reports/ /tmp/ -Gemfile.lock