Skip to content

Commit

Permalink
feat(publish): publish to bitbucket
Browse files Browse the repository at this point in the history
after verifying conditions publish a tag to bitbucket. unfortunately bitbucket does not support
publishing messages with tags, so no rel notes are published in bitbucket
  • Loading branch information
cmurczek-it committed May 30, 2018
1 parent 8e19480 commit 61a1885
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SemanticReleaseConfig from './@types/SemanticReleaseConfig';
import SemanticReleaseContext from './@types/SemanticReleaseContext';
import { publish as publishBitbucket } from './publish';
import { verifyConditions as verifyBitbucket} from './verifyConfig';
import { verifyConditions as verifyBitbucket} from './verifyConditions';

let verified: boolean;

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 61a1885

Please sign in to comment.