Skip to content

Commit

Permalink
fix: conf
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabpramanik committed Jul 24, 2024
1 parent dbb5b96 commit 6955988
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .release-it.beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ npm:
publishPath: "."
publishConfig:
registry: "https://registry.npmjs.org/"

skipChecks: true

github:
release: true

releaseName: "Beta Release ${version}-beta.${increment}"
releaseNotes: "auto-generate"

Expand All @@ -33,7 +31,6 @@ hooks:
exit 1
fi
- git pull origin beta

- pnpm install
- pnpm build

Expand All @@ -43,9 +40,7 @@ plugins:
infile: './CHANGELOG.md'
preset:
name: 'conventionalcommits'

types:

- { type: 'feat', section: 'Features' }
- { type: 'feature', section: 'Features' }
- { type: 'fix', section: 'Bug Fixes' }
Expand All @@ -72,5 +67,3 @@ plugins:
increment:
release: 'beta'


0 comments on commit 6955988

Please sign in to comment.