Skip to content

Commit

Permalink
ci: Update release please
Browse files Browse the repository at this point in the history
  • Loading branch information
gchtr committed Sep 18, 2024
1 parent 151ac1f commit 5452255
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Release

on:
push:
branches:
- main

name: CI

jobs:
release:
uses: mindkomm/workflows/.github/workflows/release.yml@main
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "1.0.0"
}
12 changes: 12 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"release-type": "php",
"prerelease": false,
"draft": false,
"pull-request-header": "Release-please has created a release",
"packages": {
".": {
"changelog-path": "CHANGELOG.md"
}
}
}

0 comments on commit 5452255

Please sign in to comment.