Skip to content

Commit

Permalink
Merge branch 'release/v4.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Sep 20, 2021
2 parents 85dc3db + 2a0bb79 commit c23ae15
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ steps:
ACCESS_TOKEN:
from_secret: ovsx_token
commands:
- npx ovsx publish --pat $ACCESS_TOKEN
- npx ovsx publish --pat $ACCESS_TOKEN || true
when:
event:
- tag
Expand All @@ -57,7 +57,7 @@ steps:
ACCESS_TOKEN:
from_secret: azure_token
commands:
- npx vsce publish --pat $ACCESS_TOKEN
- npx vsce publish --pat $ACCESS_TOKEN || true
when:
event:
- tag
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## MarkdownConverter [Unreleased]

[Show differences](https://github.com/manuth/MarkdownConverter/compare/v4.0.1...dev)
[Show differences](https://github.com/manuth/MarkdownConverter/compare/v4.0.2...dev)

## MarkdownConverter v4.0.2
### Updated
- The release-scripts to ignore non-zero exit-codes when publishing extensions

[Show differences](https://github.com/manuth/MarkdownConverter/compare/v4.0.1...v4.0.2)

## MarkdownConverter v4.0.1
### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "markdown-converter",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"description": "A markdown-converter for vscode",
"author": "Manuel Thalmann <[email protected]> (https://nuth.ch)",
Expand Down

0 comments on commit c23ae15

Please sign in to comment.