-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changesets action, prep changelogs
- Loading branch information
1 parent
2332f71
commit 397681e
Showing
5 changed files
with
34 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Merge to Main | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
create-pr: | ||
name: Update PR or Release | ||
runs-on: ubuntu-latest | ||
container: | ||
image: mcr.microsoft.com/playwright:v1.44.0-jammy | ||
steps: | ||
- name: Checkout Repo | ||
uses: actions/checkout@v3 | ||
|
||
- name: Setup Node.js 20 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 20 | ||
|
||
- uses: bahmutov/npm-install@v1 | ||
|
||
- name: Create Release Pull Request | ||
uses: changesets/action@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.1.2] - 2024-01-18 | ||
|
||
### Updated | ||
|
@@ -97,7 +90,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- `cssUtil` | ||
- `cssSelector` | ||
|
||
[unreleased]: https://github.com/saasquatch/raisins/compare/[email protected] | ||
[1.1.2]: https://github.com/saasquatch/raisins/releases/tag/[email protected]@1.1.1 | ||
[1.1.1]: https://github.com/saasquatch/raisins/releases/tag/[email protected]@1.1.0 | ||
[1.1.0]: https://github.com/saasquatch/raisins/releases/tag/[email protected]@1.0.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,5 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.1.5] - 2024-01-18 | ||
|
||
### Updated | ||
|
@@ -113,7 +106,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- `SlotScopeProvider` | ||
- `ProseEditorScopeProvider` | ||
|
||
[unreleased]: https://github.com/saasquatch/raisins/compare/[email protected] | ||
[1.1.5]: https://github.com/saasquatch/raisins/compare/[email protected]@1.1.5 | ||
[1.1.4]: https://github.com/saasquatch/raisins/compare/[email protected]@1.1.4 | ||
[1.1.3]: https://github.com/saasquatch/raisins/compare/[email protected]@1.1.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.1] - 2023-04-20 | ||
|
||
### Changed | ||
|
||
- Updated license copyright to be in line with SaaSquatch open-source policy. | ||
|
||
## [1.0.0] - 2022-06-06 | ||
|
@@ -29,6 +23,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- Module | ||
- See schema for integrated documentating on types and interfaces | ||
|
||
[unreleased]: https://github.com/saasquatch/raisins/compare/[email protected] | ||
[1.0.1]: https://github.com/saasquatch/raisins/releases/tag/[email protected] | ||
[1.0.0]: https://github.com/saasquatch/raisins/releases/tag/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.1] - 2023-04-20 | ||
|
||
### Changed | ||
|
||
- Updated license copyright to be in line with SaaSquatch open-source policy. | ||
|
||
## [1.0.0] - 2022-06-06 | ||
|
@@ -45,6 +39,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
- `@slotEditor` | ||
- `@canvasRenderer` | ||
|
||
[unreleased]: https://github.com/saasquatch/raisins/compare/[email protected] | ||
[1.0.1]: https://github.com/saasquatch/raisins/releases/tag/[email protected] | ||
[1.0.0]: https://github.com/saasquatch/raisins/releases/tag/[email protected] |