Skip to content

Commit

Permalink
ci: add release-please flow
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb authored Aug 31, 2023
1 parent a45cd6a commit 2925f0f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches:
- main

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node

This comment has been minimized.

Copy link
@artek-koltun

artek-koltun Sep 1, 2023

Contributor

Is node a correct type here? Should it be go for this repo?

This comment has been minimized.

Copy link
@glimchb

glimchb Sep 5, 2023

Author Member

fixed in #165

package-name: release-please-action

This comment has been minimized.

Copy link
@artek-koltun

artek-koltun Sep 1, 2023

Contributor

@glimchb Should we enable bump-minor-pre-major option?

Should breaking changes before 1.0.0 produce minor bumps? Default false

and start marking breaking changes with !?

This comment has been minimized.

Copy link
@glimchb

glimchb Sep 5, 2023

Author Member

opened #166

0 comments on commit 2925f0f

Please sign in to comment.