Skip to content

Commit

Permalink
9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 8, 2023
1 parent dd147b7 commit 05cbbb8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 20 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: K-Phoen/semver-release-action@master
with:
release_strategy: none
release_branch: main
tag_format: "%major%.%minor%.%patch%"
release_branch: 9.x
tag_format: "9.%minor%.%patch%"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo 'Creating new release for ' ${{ steps.tag.outputs.tag }}
Expand All @@ -32,12 +32,3 @@ jobs:
commit: ${{ github.sha }}
generateReleaseNotes: true
makeLatest: true
- uses: actions/checkout@v3
with:
ref: '9.x'
fetch-depth: 0
- name: Back to Dev
if: ${{ steps.tag.outputs.tag }}
run: |
composer global require su-sws/stanford-caravan:dev-8.x-3.x
~/.composer/vendor/bin/sws-caravan back-to-dev ${{ steps.tag.outputs.tag }} ${{ github.workspace }} main
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: |
composer global require su-sws/stanford-caravan:dev-8.x-3.x
composer global require su-sws/stanford-caravan:10.x-dev
~/.composer/vendor/bin/sws-caravan phpunit /var/www/html --extension-dir=$GITHUB_WORKSPACE/project --with-coverage
- name: Save Test Results
uses: actions/upload-artifact@v3
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Stanford Media

9.1.0
--------------------------------------------------------------------------------
_Release Date: 2023-09-07_

- Removed drupal core patch that was merged into 10.1 drupal core.

9.0.1
--------------------------------------------------------------------------------
_Release Date: 2023-06-07_
Expand Down
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"require": {
"php": ">=8.1",
"davidbarratt/custom-installer": "^1.1",
"drupal/core": "^9.4 || ^10.0",
"drupal/core": "^10.0",
"drupal/dropzonejs": "^2.7",
"drupal/entity_usage": "^2.0@beta",
"drupal/focal_point": "^2.0@alpha",
"drupal/inline_entity_form": "^1.0 || ^2.0",
"drupal/inline_entity_form": "^2.0",
"drupal/oembed_providers": "^2.1",
"drupal/transliterate_filenames": "^2.0",
"enyo/dropzone": "^5.9"
Expand All @@ -37,11 +37,7 @@
"enyo/dropzone"
]
},
"patches": {
"drupal/core": {
"https://www.drupal.org/project/drupal/issues/3059955": "https://www.drupal.org/files/issues/2019-12-28/3082690-80.patch"
}
}
"patches": {}
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion stanford_media.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Provides media module configuration and plugins.
core_version_requirement: ^9.4 || ^10
package: media
type: module
version: 9.0.1
version: 9.1.0
dependencies:
- dropzonejs:dropzonejs
- drupal:breakpoint
Expand Down

0 comments on commit 05cbbb8

Please sign in to comment.