Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Oct 27, 2023
1 parent c6d6b92 commit 59b34ab
Show file tree
Hide file tree
Showing 3 changed files with 161 additions and 175 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: K-Phoen/semver-release-action@master
with:
release_strategy: none
release_branch: 4.x
release_branch: 5.x
tag_format: "%major%.%minor%.%patch%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -32,7 +32,3 @@ jobs:
commit: ${{ github.sha }}
generateReleaseNotes: true
makeLatest: true
- uses: actions/checkout@v3
with:
ref: '4.x'
fetch-depth: 0
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,8 @@
"drupal/mysql56": "^1.1",
"drupal/paranoia": "^1.9",
"drush/drush": "^11.1",
"su-hkku/cardinal_service_profile": "11.x-dev",
"su-sws/stanford_profile": "11.x-dev",
"su-sws/stanford_profile_helper": "9.x-dev as 9.4.0"
"su-hkku/cardinal_service_profile": "^11.0",
"su-sws/stanford_profile": "^11.0"
},
"require-dev": {
"acquia/blt-drupal-test": "^1.0",
Expand Down
Loading

0 comments on commit 59b34ab

Please sign in to comment.