Skip to content

Commit

Permalink
Feat/399/semantic release bot (#431)
Browse files Browse the repository at this point in the history
* build: sets private flag to true

this is required to use semantic-release without publishing to npm

re #399

* ci(semantic-release): update travis config

Creates build stages in travis config to satisfy semantic-release

re: #399

* ci(semantic-release): adds .releaserc

Defines branches for semantic-release to operate on

re: #399

* ci(semantic-release): fixes travis config and branch tag format

* ci(semantic-release): adds dry run flag to prevent accidents

* ci(semantic-release): allows pre-releases on main

* ci(semantic-release): removes prerelease from main branch

* ci(semantic-release): removes prerelease from main
  • Loading branch information
2xAA authored Sep 14, 2020
1 parent 947ed5d commit 12250f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"branches": [{ name: "main", prerelease: true }],
"branches": ["main"],
"tagFormat": "${version}",
"dryRun": true
}

0 comments on commit 12250f4

Please sign in to comment.