Skip to content

Commit

Permalink
Update changelog, only run changelog enforcer for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth committed Jul 12, 2023
1 parent 86c8f14 commit 549aeb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/library-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
- name: Check prettier
run: yarn prettify
- name: Enforce changelog
if: github.ref != 'refs/heads/main'
uses: dangoslen/[email protected]
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Workflows to deploy Storybook previews
- Step to enforce updates to changelog file

## [0.2.3] - 2023-07-12

### Fixed
Expand Down

0 comments on commit 549aeb2

Please sign in to comment.