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 ac7e63e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 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
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 ac7e63e

Please sign in to comment.