We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release-please
1 parent 7cdc45b commit 67e12ccCopy full SHA for 67e12cc
.github/workflows/release-please.yml
@@ -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
@@ -1,6 +1,7 @@
{
"name": "geekcell/ddd-bundle",
"type": "symfony-bundle",
+ "version": "1.0.0",
"license": "MIT",
"authors": [
0 commit comments