Skip to content

Commit 3992825

Browse files
authored
Merge pull request #4 from wayofdev/feat/initial
2 parents afec799 + f22aad3 commit 3992825

File tree

4 files changed

+1298
-239
lines changed

4 files changed

+1298
-239
lines changed

.github/workflows/create-release.yml

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,11 @@ name: 📦 Create release
1111

1212
jobs:
1313
release:
14-
runs-on: ubuntu-latest
15-
steps:
16-
- name: 🎉 Create release
17-
uses: google-github-actions/release-please-action@v3
18-
id: release
19-
with:
20-
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
21-
release-type: node
22-
package-name: docker-node
23-
default-branch: master
24-
changelog-types: |
25-
[
26-
{ "type": "feat", "section": "Features", "hidden": false },
27-
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
28-
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
29-
{ "type": "docs", "section": "Documentation", "hidden": false },
30-
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
31-
{ "type": "style", "section": "Styles", "hidden": true },
32-
{ "type": "revert", "section": "Reverts", "hidden": true },
33-
{ "type": "deps", "section": "Dependencies", "hidden": true },
34-
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
35-
{ "type": "test", "section": "Tests", "hidden": true },
36-
{ "type": "build", "section": "Build System", "hidden": true },
37-
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
38-
]
14+
uses: wayofdev/gh-actions/.github/workflows/create-release.yml@master
15+
with:
16+
os: ubuntu-latest
17+
branch: master
18+
package-name: laravel-cycle-starter-tpl
19+
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
3920

4021
...

app/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"laravel/framework": "^10.8",
1212
"laravel/tinker": "^2.8",
1313
"sentry/sentry-laravel": "^3.3",
14-
"deployer/deployer": "^7.3"
14+
"deployer/deployer": "^7.3",
15+
"wayofdev/laravel-cycle-orm-adapter": "*"
1516
},
1617
"require-dev": {
1718
"ergebnis/composer-normalize": "^2.31",

0 commit comments

Comments
 (0)