Skip to content

Commit

Permalink
Merge pull request #7 from sineverba/release-0.2.0
Browse files Browse the repository at this point in the history
Release 0.2.0
  • Loading branch information
sineverba committed Feb 17, 2021
2 parents 2ecc245 + 54a555e commit 630d12f
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 597 deletions.
8 changes: 7 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ global_job_config:

blocks:
- name: Install dependencies
skip:
when: "tag =~ '.*'"
task:
jobs:
- name: 'Install'
Expand All @@ -23,6 +25,8 @@ blocks:
- cache store

- name: Test
skip:
when: "tag =~ '.*'"
task:
prologue:
commands:
Expand All @@ -39,6 +43,8 @@ blocks:
- npm run test

- name: Coverage
skip:
when: "tag =~ '.*'"
task:
prologue:
commands:
Expand All @@ -54,4 +60,4 @@ promotions:
- name: Deploy
pipeline_file: deploy.yml
auto_promote:
when: "result = 'passed' and tag =~ '.*'"
when: "tag =~ '.*'"
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Next version
# 0.2.0
+ Move to Semaphore CI
+ Bump dependencies
+ Skip test on tagging

## 0.1.0
+ First version

0 comments on commit 630d12f

Please sign in to comment.