Skip to content

Commit

Permalink
fix: Changelog not formatted correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Jan 20, 2025
1 parent 0dc62b3 commit cc12fa7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
# [1.0.0-beta.16](https://github.com/peerigon/configs/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2025-01-20)


### Bug Fixes

* CHANGELOG.md not being properly formatted ([22720ea](https://github.com/peerigon/configs/commit/22720ea8bc3aab0477a89094b24f567571860c15))

- CHANGELOG.md not being properly formatted ([22720ea](https://github.com/peerigon/configs/commit/22720ea8bc3aab0477a89094b24f567571860c15))

### Features

* Improve CSS property sorting ([f9b9790](https://github.com/peerigon/configs/commit/f9b97901a318146bdaa81b9c2019e9038104b389))





CHANGELOG.md 42ms (unchanged)
- Improve CSS property sorting ([f9b9790](https://github.com/peerigon/configs/commit/f9b97901a318146bdaa81b9c2019e9038104b389))

# [1.0.0-beta.15](https://github.com/peerigon/configs/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2024-12-30)

Expand Down
7 changes: 6 additions & 1 deletion semantic-release/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ export const config = {
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
[
"@semantic-release/exec",
{
prepareCmd: "npx -y prettier --write CHANGELOG.md",
},
],
[
"@semantic-release/git",
{
Expand All @@ -28,7 +34,6 @@ export const config = {
{
verifyConditionsCmd:
'echo "registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=${process.env.GITHUB_TOKEN}" > /tmp/github.npmrc && npm whoami --userconfig /tmp/github.npmrc',
generateNotesCmd: "npx -y prettier --write CHANGELOG.md",
publishCmd:
"npm publish --userconfig /tmp/github.npmrc --tag ${nextRelease.channel} --no-git-tag-version",
successCmd: "rm /tmp/github.npmrc",
Expand Down

0 comments on commit cc12fa7

Please sign in to comment.