Skip to content

Commit

Permalink
V1.0.0 release — for realzies (#2)
Browse files Browse the repository at this point in the history
* [semver:major] cut initial release

* Update pipeline to publish dev orb on tags
  • Loading branch information
ELD committed Mar 25, 2022
1 parent d7228f5 commit 0c5637d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,17 @@ workflows:
vcs-type: << pipeline.project.type >>
# Use a context to hold your publishing token.
context: orb-publishing
filters:
tags:
only: /.*/
# Triggers the next workflow in the Orb Development Kit.
- orb-tools/continue:
pipeline-number: << pipeline.number >>
vcs-type: << pipeline.project.type >>
requires: [orb-tools/publish]
filters:
tags:
only: /.*/

jobs:
test-scripts:
Expand Down

0 comments on commit 0c5637d

Please sign in to comment.