Skip to content

Commit

Permalink
Add changesets action, prep changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
loganvolkers committed May 10, 2024
1 parent 2332f71 commit 397681e
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/merge-to-main.yml
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 }}
8 changes: 0 additions & 8 deletions packages/core/CHANGELOG.md
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
Expand Down Expand Up @@ -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
Expand Down
8 changes: 0 additions & 8 deletions packages/react/CHANGELOG.md
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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 1 addition & 8 deletions packages/schema/CHANGELOG.md
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
Expand All @@ -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]
9 changes: 1 addition & 8 deletions packages/stencil-docs-target/CHANGELOG.md
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
Expand Down Expand Up @@ -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]

0 comments on commit 397681e

Please sign in to comment.