Skip to content

Add GitHub Action for release#449

Merged
ManuelHentschel merged 1 commit intoREditorSupport:masterfrom
ManuelHentschel:releaseAction
Nov 23, 2020
Merged

Add GitHub Action for release#449
ManuelHentschel merged 1 commit intoREditorSupport:masterfrom
ManuelHentschel:releaseAction

Conversation

@ManuelHentschel
Copy link
Copy Markdown
Member

Fix #382 (or at least make it easier to fix)

This action file is being used in https://github.com/ManuelHentschel/VSCode-R-Debugger to automatically prepare a release when a tag matching "v*" is pushed and so far it seems to be working nicely.

The text of the release is a list of commits since the last release and the .vsix file is added to the release as a binary.

I am using draft: true to be able to check the release and add the binaries from the accompanying R package, but that could also be set to false to publish the release immediately.

Copy link
Copy Markdown
Member

@renkun-ken renkun-ken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ManuelHentschel ManuelHentschel merged commit 9509675 into REditorSupport:master Nov 23, 2020
@ManuelHentschel ManuelHentschel deleted the releaseAction branch November 23, 2020 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wish: GitHub release to follow development

2 participants