Skip to content

Commit d18bd97

Browse files
committed
docs: add changelog entry about adding Action for auto releasing
1 parent 28370e2 commit d18bd97

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/joint-publish-extension.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Extension
1+
name: Publish and Release Extension
22

33
on:
44
push:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Structured according to [Keep a Changelog](http://keepachangelog.com/).
77
### Added
88

99
- Publishing to the Open VSX Registry with the GitHub Action [HaaLeo/publish-vscode-extension](https://github.com/HaaLeo/publish-vscode-extension).
10+
- Automatic publishing of a GitHub Release upon tagging of a new version using [softprops/action-gh-release](https://github.com/softprops/action-gh-release).
1011
- MIT license.
1112
- Links in the readme for previewing this theme.
1213

0 commit comments

Comments
 (0)