Skip to content

Commit

Permalink
Merge pull request #14 from PedroTroller/build/workflow
Browse files Browse the repository at this point in the history
build: new workflow
  • Loading branch information
PedroTroller authored Nov 3, 2020
2 parents 25cd30a + cf62c15 commit d88f232
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ workflows:
branches:
only:
- main
- beta
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,26 @@ updates:
interval: "daily"
commit-message:
prefix: fix
target-branch: beta
- package-ecosystem: composer
directory: '/'
schedule:
interval: "daily"
commit-message:
prefix: fix
prefix-development: test
target-branch: beta
- package-ecosystem: docker
directory: '/'
schedule:
interval: "daily"
commit-message:
prefix: fix
target-branch: beta
- package-ecosystem: npm
directory: '/'
schedule:
interval: "daily"
commit-message:
prefix: build
target-branch: beta
2 changes: 2 additions & 0 deletions .releaserc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
branches:
- main
- name: beta
prerelease: true
plugins:
-
- '@semantic-release/commit-analyzer'
Expand Down

0 comments on commit d88f232

Please sign in to comment.