forked from reactjs/react-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ git config user.email "Widen Developers" | |
git config user.name "[email protected]" | ||
|
||
# Publish the package | ||
npm version ${TAG_VERSION} | ||
npm publish --tag ${TAG_VERSION} | ||
npm version ${TAG_VERSION} --no-git-tag-version | ||
|
||
# Annotate the build with the types version | ||
buildkite-agent annotate --style success "Published to \`@widen/react-modal@${TAG_VERSION}\`. Install with the following command: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,11 +34,11 @@ steps: | |
- ACQUIA_JFROG_USER | ||
- ACQUIA_JFROG_TOKEN | ||
- FORCE_COLOR=true | ||
# - thedyrt/git-commit#v0.3.0: | ||
# message: Auto version | ||
# user: | ||
# name: Widen Developers | ||
# email: [email protected] | ||
- thedyrt/git-commit#v0.3.0: | ||
message: Auto version | ||
user: | ||
name: Widen Developers | ||
email: [email protected] | ||
env: | ||
NPM_TAG: latest | ||
NODE_AUTH_TOKEN: ACQUIA_JFROG_TOKEN |