Skip to content

Commit

Permalink
docs: auto publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinhui committed Mar 8, 2021
1 parent 3093258 commit aee1d6f
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ code ./extensions/iceworks-app

> Please see [VS Code Extension](https://code.visualstudio.com/api) for more details.
#### Publish Extension
### Publish Extension

```bash
# Install CLI package
Expand All @@ -88,6 +88,15 @@ $ vsce publish -p YOUR_PERSONAL_ACCESS_TOKEN
# <publisherID>.iceworks-app published to VS Code Marketplace
```

#### Auto Publish

- When your PR has been merged into `beta` branch, changed packages and VS Code Extensions will be auto published their beta versions.

You can download the beta version of extensions from the following link, only the extensions to be published will be in the package:

https://iceworks.oss-cn-hangzhou.aliyuncs.com/vscode-extensions/beta/Iceworks.zip
- When your PR has been merged into `master` branch, changed packages and VS Code Extensions will be auto published.

## Pull Request Guidelines

- Only code that's ready for release should be committed to the master branch. All development should be done in dedicated branches.
Expand All @@ -104,11 +113,6 @@ $ vsce publish -p YOUR_PERSONAL_ACCESS_TOKEN
- Update extension or package `version` of package.json
- Update `CHANGLOG.md` for extensions

### Auto Publish

- When your PR has been merged into `master`, changed packages and VS Code Extensions will be auto published.
- When your PR has been merged into `beta`, changed packages will be auto published their beta versions.

## Issue Reporting Guidelines

- The issue list of this repo is **exclusively** for bug reports and feature requests. Non-conforming issues will be closed immediately.
Expand Down

0 comments on commit aee1d6f

Please sign in to comment.