Skip to content

Commit

Permalink
Update release workflow to format CHANGELOG.md using Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Dec 24, 2023
1 parent a5e8710 commit f932872
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ jobs:
version: ${{ env.NEW_VERSION }}
operation: release

- name: Format CHANGELOG.md using Prettier
run: yarn run prettier --write CHANGELOG.md

- name: Commit CHANGELOG.md and yarn.lock changes and create tag
run: |
git add "CHANGELOG.md"
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +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/),
Expand All @@ -7,5 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

## 4.0.2 - 2023-12-23

### Added

- Changelog

0 comments on commit f932872

Please sign in to comment.