Skip to content

Commit

Permalink
Chore: Setup release please config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Oct 28, 2024
1 parent 6ad7503 commit 86b2393
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Drafter DEV/BETA
name: Release Notes drafter (release-please) DEV/BETA

on:
push:
Expand All @@ -19,10 +19,6 @@ jobs:
- uses: googleapis/release-please-action@v4
id: release
with:
# this assumes that you have created a personal access token
# (PAT) and configured it as a GitHub action secret named
# `MY_RELEASE_PLEASE_TOKEN` (this secret name is not important).
token: ${{ secrets.GITHUB_TOKEN }}
# this is a built-in strategy in release-please, see "Action Inputs"
# for more options
release-type: simple
manifest-file: .release-please-manifest-dev.json
5 changes: 5 additions & 0 deletions .release-please-manifest-dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"prerelease": true,
"versioning-strategy": "prerelease",
"prerelease-type": "b"
}
3 changes: 0 additions & 3 deletions .release-please-manifest.json

This file was deleted.

0 comments on commit 86b2393

Please sign in to comment.