Skip to content

Commit

Permalink
Rename studio-release-action to release-action.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jun 4, 2024
1 parent 6f3d7bd commit 3e8fd79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-major-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cliffano/studio-release-action@main
- uses: cliffano/release-action@main
with:
release_type: 'major'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-minor-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cliffano/studio-release-action@main
- uses: cliffano/release-action@main
with:
release_type: 'minor'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-patch-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: cliffano/studio-release-action@main
- uses: cliffano/release-action@main
with:
release_type: 'patch'
github_token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed
- Switch release workflow to use release-action

## 3.0.0 - 2024-05-22

### Changed
- Switch release workflow to use studio-release-action
- Upgrade deps to latest, mkdirp to 3.x
- Set min node engine to >= 18.0.0
- Add NODE_NO_WARNINGS=1 to integration test runs which require output matching
Expand Down

0 comments on commit 3e8fd79

Please sign in to comment.