Skip to content

Commit

Permalink
Move pre-release to PR/dev workflow
Browse files Browse the repository at this point in the history
Fixes #1554
  • Loading branch information
PEZ committed Feb 21, 2022
1 parent 22f5516 commit 3ee00d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,18 @@ workflows:
- test-ts-unit:
requires:
- build
- marketplace-preview-publish:
requires:
- prettier-check
- eslint-check
- test-grammar
- test-cljslib
- test-integration
- test-ts-unit
filters:
branches:
only: dev
context: Calva
release-publish:
jobs:
- build:
Expand Down Expand Up @@ -457,20 +469,6 @@ workflows:
tags:
only: /^v\d+\.\d+\.\d+-?.*/
context: Calva
- marketplace-preview-publish:
requires:
- prettier-check
- eslint-check
- test-grammar
- test-cljslib
- test-integration
- test-ts-unit
filters:
branches:
ignore: /.*/
tags:
only: /^v\d+\.\d+\.\d+$/
context: Calva
- marketplace-publish:
requires:
- github-release
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changes to Calva.

## [Unreleased]
- [Print stacktrace link in REPL gets duplicated](https://github.com/BetterThanTomorrow/calva/issues/1542)
- [Publish pre-releases when dev updates](https://github.com/BetterThanTomorrow/calva/issues/1554)

## [2.0.244] - 2022-02-20
- [Add custom hover snippets](https://github.com/BetterThanTomorrow/calva/issues/1471)
Expand Down

0 comments on commit 3ee00d7

Please sign in to comment.