Skip to content

Commit

Permalink
Merge pull request #4 from wayofdev/feat/initial
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 12, 2023
2 parents afec799 + f22aad3 commit 3992825
Show file tree
Hide file tree
Showing 4 changed files with 1,298 additions and 239 deletions.
31 changes: 6 additions & 25 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,11 @@ name: 📦 Create release

jobs:
release:
runs-on: ubuntu-latest
steps:
- name: 🎉 Create release
uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
release-type: node
package-name: docker-node
default-branch: master
changelog-types: |
[
{ "type": "feat", "section": "Features", "hidden": false },
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
{ "type": "docs", "section": "Documentation", "hidden": false },
{ "type": "chore", "section": "Miscellaneous", "hidden": false },
{ "type": "style", "section": "Styles", "hidden": true },
{ "type": "revert", "section": "Reverts", "hidden": true },
{ "type": "deps", "section": "Dependencies", "hidden": true },
{ "type": "refactor", "section": "Code Refactoring", "hidden": true },
{ "type": "test", "section": "Tests", "hidden": true },
{ "type": "build", "section": "Build System", "hidden": true },
{ "type": "ci", "section": "Continuous Integration", "hidden": true }
]
uses: wayofdev/gh-actions/.github/workflows/create-release.yml@master
with:
os: ubuntu-latest
branch: master
package-name: laravel-cycle-starter-tpl
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

...
3 changes: 2 additions & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"laravel/framework": "^10.8",
"laravel/tinker": "^2.8",
"sentry/sentry-laravel": "^3.3",
"deployer/deployer": "^7.3"
"deployer/deployer": "^7.3",
"wayofdev/laravel-cycle-orm-adapter": "*"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.31",
Expand Down
Loading

0 comments on commit 3992825

Please sign in to comment.