Skip to content

Commit

Permalink
Prepare v1.0.0-beta.8 re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Nov 14, 2018
1 parent 8a5016c commit 93a0c0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@ jobs:
release-npm:
docker:
- image: circleci/node:8.9.3
working_directory: ~/hydra
working_directory: ~/keto
steps:
- checkout
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- run: |
npm version -f --no-git-tag-version $CIRCLE_TAG
- run: npm view ory-hydra-sdk
- run: npm whoami
- run: npm publish
- run: npm publish --access public

test:
docker:
Expand Down Expand Up @@ -88,11 +86,9 @@ jobs:
- checkout
- setup_remote_docker:
version: 17.10.0-ce
- run: docker build --build-arg git_tag=$(git describe --tags) --build-arg git_commit=$(git rev-parse HEAD) -f Dockerfile -t oryd/keto:$CIRCLE_TAG .
- run: docker build --build-arg git_tag=$(git describe --tags) --build-arg git_commit=$(git rev-parse HEAD) -f Dockerfile -t oryd/keto:$(echo $CIRCLE_TAG | tr '+' '_') .
- run: docker login --username "$DOCKER_USERNAME" --password "$DOCKER_PASSWORD"
- run: docker tag oryd/keto:$CIRCLE_TAG oryd/keto:latest
- run: docker push oryd/keto:$CIRCLE_TAG
- run: docker push oryd/keto:latest
- run: docker push oryd/keto:$(echo $CIRCLE_TAG | tr '+' '_')

release-docs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ory-keto-sdk",
"name": "@oryd/keto",
"version": "0.0.0",
"description": "The official JavaScript / NodeJS SDK for ORY Keto.",
"license": "Apache 2.0",
Expand Down

0 comments on commit 93a0c0f

Please sign in to comment.