Skip to content

Commit

Permalink
setup better npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanLovely committed Nov 6, 2023
1 parent 07daf96 commit a7763b8
Show file tree
Hide file tree
Showing 5 changed files with 11,108 additions and 16,167 deletions.
14 changes: 14 additions & 0 deletions auto.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module.exports = {
onlyPublishWithReleaseLabel: false,
prereleaseBranches: [],
baseBranch: 'master',
author: 'KnapsackBot <[email protected]>',
plugins: [
[
// https://intuit.github.io/auto/docs/generated/npm
'npm',
],
// https://intuit.github.io/auto/docs/generated/released
'released',
],
};
Loading

0 comments on commit a7763b8

Please sign in to comment.