Skip to content

Commit

Permalink
debug: set release-it to work on any branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hickey committed Feb 8, 2024
1 parent 1b70a52 commit 425db4a
Showing 1 changed file with 1 addition and 42 deletions.
43 changes: 1 addition & 42 deletions .release-it.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
git:
commit: true
commitMessage: "chore(release): ${version}"
Expand Down Expand Up @@ -29,45 +28,5 @@ plugins:
section: Features
- type: fix
section: Bug Fixes

||||||| parent of 58e9870 (chore: create release CI job)
=======
git:
commit: true
commitMessage: "chore(release): ${version}"
commitArgs: ""
tag: true
tagName: "v${version}"
tagAnnotation: "Automated release: ${version}"
push: true
requireBranch: release
requireCommits: true
changelog: "npx auto-changelog --stdout --commit-limit false"

github:
release: true
releaseName: "v${version}"
assets: ["*.ipk", "*.deb"]

npm:
publish: false

plugins:
"@release-it/conventional-changelog":
infile: CHANGELOG.md
preset:
name: conventionalcommits
types:
- type: feat
section: Features
- type: fix
<<<<<<< HEAD
section: Bug Fixes
>>>>>>> 58e9870 (chore: create release CI job)
||||||| parent of 516f180 (chore: add documentation section to changelog)
section: Bug Fixes
=======
section: Bug Fixes
- type: docs
- tyep: docs
section: Documentation
>>>>>>> 516f180 (chore: add documentation section to changelog)

0 comments on commit 425db4a

Please sign in to comment.