ソースを参照

Fix wording in CONTRIBUTING.md

main
jogo- 2年前
committed by Eric Amodio
コミット
536b2bca99
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      CONTRIBUTING.md

+ 2
- 2
CONTRIBUTING.md ファイルの表示

@ -195,9 +195,9 @@ Once the commit is completed, run `git push --follow-tags` to push the version c
### GitHub Actions and Deployment
After the version commit and new tags are pushed to GitHub, the [Publish Stable workflow](.github/workflows/cd-stable.yml) will be triggered, which will automatically package the extension and deploy it to the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens). The [release notes](https://github.com/gitkraken/vscode-gitlens/releases/latest) _should_ be generated during the action, but if not, this will can be done manually using the notes from the [Change Log](CHANGELOG.md).
After the version commit and new tags are pushed to GitHub, the [Publish Stable workflow](.github/workflows/cd-stable.yml) will be triggered, which will automatically package the extension and deploy it to the [VS Marketplace](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens). The [release notes](https://github.com/gitkraken/vscode-gitlens/releases/latest) _should_ be generated during the action, but if not, this can be done manually using the notes from the [Change Log](CHANGELOG.md).
If the action fails, the VSIX will need to build built locally with `yarn package` and uploaded manually in the marketplace.
If the action fails, the VSIX will need to be built locally with `yarn package` and uploaded manually in the marketplace.
### Insiders release

読み込み中…
キャンセル
保存