Skip to content

Commit 67e12cc

Browse files
committed
ci(release): Add release-please Github action.
1 parent 7cdc45b commit 67e12cc

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
branches:
4+
- main
5+
name: release-please
6+
jobs:
7+
release-please:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: google-github-actions/release-please-action@v3
11+
with:
12+
release-type: php
13+
package-name: release-please-action

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "geekcell/ddd-bundle",
33
"type": "symfony-bundle",
4+
"version": "1.0.0",
45
"license": "MIT",
56
"authors": [
67
{

0 commit comments

Comments
 (0)