-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notes on how to publish and remove the release workflow (#390)
The release workflow doesn't appear to have been used and the secrets are missing.
- Loading branch information
Showing
2 changed files
with
9 additions
and
127 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Notes for Developers | ||
|
||
## Publish | ||
|
||
To publish a newer version to the Market Place, follow the [VSCode official | ||
instructions][]. Then, | ||
[Open VSX should update automatically](https://github.com/EclipseFdn/open-vsx.org/wiki/Auto-Publishing-Extensions#how-to-auto-publish-an-extension). | ||
|
||
[VSCode official instructions]: https://code.visualstudio.com/api/working-with-extensions/publishing-extension |