Skip to content

Commit fdf396b

Browse files
author
Callin Mullaney
committed
feat: upgrade semantic release checkout and set new version
BREAKING CHANGE: modular preprocessing files for various twig helpers and emulsify core 3.x
1 parent 9d8a6ae commit fdf396b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Semantic Release
1515
uses: cycjimmy/semantic-release-action@v3
1616
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emulsify-ds/emulsify-drupal",
3-
"description": "The official Drupal 10 base theme for Emulsify that generates custom themes with Storybook development + Webpack Build",
3+
"description": "The official Drupal base theme for Emulsify that generates custom themes with Storybook development + Webpack Build",
44
"type": "drupal-theme",
55
"homepage": "http://emulsify.info",
66
"license": "GPL-2.0-only",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@semantic-release/github": "^11.0.3",
4545
"@semantic-release/release-notes-generator": "^14.0.3",
4646
"husky": "^9.1.7",
47-
"lint-staged": "^16.0.0",
48-
"semantic-release": "^24.2.5m"
47+
"lint-staged": "^16.1.0",
48+
"semantic-release": "^24.2.5"
4949
}
5050
}

0 commit comments

Comments
 (0)