Skip to content

Commit

Permalink
chore: c'mon man
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Feb 13, 2023
1 parent 53dbd02 commit 7581049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ plugins:
# to execute first so it can create the build commit since we do some add'l tagging
# in the `postversion` npm hook
- '@semantic-release/npm'
# Lightweight alternative to `@semantic-release/github` that just creates a draft release
# Lightweight alternative to `@semantic-release/github` that creates a draft release
- ['@semantic-release/exec', { 'publishCmd': 'gh release create ${nextRelease.version} --draft --generate-notes' }]
# dryRun: true # TODO: remove this

0 comments on commit 7581049

Please sign in to comment.