Skip to content

Commit

Permalink
ci(circleci): initial stab at semver config with circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FiddlersCode committed Jan 26, 2020
1 parent feb4d94 commit 389aefe
Show file tree
Hide file tree
Showing 5 changed files with 6,945 additions and 803 deletions.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
command: npm run docs
- run:
name: Build Docker image
command: docker build -t $DOCKER_IMAGE_NAME:latest .
command: |
docker build -t $DOCKER_IMAGE_NAME .
npx semantic-release
- run:
name: Archive Docker image
command: docker save -o image.tar $DOCKER_IMAGE_NAME
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Leopold
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

A virtual agent for my violin playing!

Expand Down
Loading

0 comments on commit 389aefe

Please sign in to comment.