Skip to content

Commit 634ced6

Browse files
committed
ci: Fixing releases
1 parent 051dd91 commit 634ced6

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.releaserc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,6 @@
4646
"@semantic-release/changelog",
4747
"semantic-release-vsce",
4848
"@semantic-release/git"
49-
]
49+
],
50+
"publish": ["semantic-release-vsce", "@semantic-release/github"]
5051
}

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
# [1.44.0](https://github.com/JohnstonCode/svn-scm/compare/v1.43.0...v1.44.0) (2018-10-16)
2-
3-
### Features
4-
5-
- Added command Open Changes with PREV ([#378](https://github.com/JohnstonCode/svn-scm/issues/378)) ([9353d14](https://github.com/JohnstonCode/svn-scm/commit/9353d14))
6-
7-
# See [GitHub releases](https://github.com/JohnstonCode/svn-scm/releases)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "svn-scm",
33
"displayName": "SVN",
44
"description": "Integrated Subversion source control",
5-
"version": "1.44.0",
5+
"version": "1.43.0",
66
"publisher": "johnstoncode",
77
"engines": {
88
"vscode": "^1.20.0"

0 commit comments

Comments
 (0)