Skip to content

Commit

Permalink
update versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 17, 2024
1 parent 22bce1e commit 7dcc7e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .buildkite/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ TAG_VERSION=$(buildkite-agent meta-data get "tag-version" --default "0.0.0-alpha
TAG_VERSION=${TAG_VERSION/v/}

# Publish the package
sed -i "s/0.0.0-ci-released/$TAG_VERSION/g" package.json
npm publish --tag ${NPM_TAG}
npm version ${TAG_VERSION}
npm publish --tag ${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:
\`\`\`bash
yarn add @widen/react-modal@${TAG_VERSION}
yarn add @widen/react-modal
\`\`\`
"
10 changes: 0 additions & 10 deletions .travis.yml

This file was deleted.

0 comments on commit 7dcc7e1

Please sign in to comment.