Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions .autorc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[
"exec",
{
"version": "yarn version --new-version $ARG_0 --no-git-tag-version",
"version": "output=$(eval \"yarn version --$ARG_0 --no-git-tag-version\") && echo $output",
"publish": "yarn package && yarn vsce publish -p $VSCE_PAT && yarn ovsx publish -p $OVSX_PAT"
}
],
Expand All @@ -15,5 +15,14 @@
"repo": "vs-code-prettier-eslint",
"name": "Rebecca Vest",
"email": "[email protected]",
"onlyPublishWithReleaseLabel": true
"labels": [
{
"name": "continuous integration",
"changelogTitle": ":bricks: Continuous Integration"
},
{
"name": "ignore release",
"releaseType": "skip"
}
]
}
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Change Log

## [5.0.4](https://github.com/idahogurl/vs-code-prettier-eslint/compare/v5.0.3...v5.0.4) (2022-07-25)

## [5.0.3](https://github.com/idahogurl/vs-code-prettier-eslint/compare/v5.0.2...v5.0.3) (2022-06-21)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"type": "git",
"url": "https://github.com/idahogurl/vs-code-prettier-eslint"
},
"version": "5.1.0",
"version": "5.0.4",
"engines": {
"vscode": "^1.63.0",
"node": "^16.13.0"
Expand Down