Skip to content

Commit

Permalink
ci: fixed branches configuration for semantic-release
Browse files Browse the repository at this point in the history
semantic-release requires at least one release branch. For simplicity, I'm opting out of creating a
separate alpha branch and using a badge to communicate status in the README instead.
  • Loading branch information
darylwright committed Mar 13, 2024
1 parent 155e12e commit 3591d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# hledger-parser

![Project Status](https://img.shields.io/badge/Project_Status-alpha-orange)
![NPM Version](https://img.shields.io/npm/v/hledger-parser)
![Version](https://img.shields.io/github/package-json/v/goldenpathtechnologies/hledger-parser)
![Release](https://img.shields.io/github/actions/workflow/status/goldenpathtechnologies/hledger-parser/release.yml)
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,7 @@
},
"release": {
"branches": [
{
"name": "main",
"prerelease": "alpha"
}
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit 3591d7a

Please sign in to comment.