Skip to content

Commit

Permalink
build: Change scope to @redhat-developer for locators and page-objects
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Apr 3, 2024
1 parent a2daf71 commit 2e290d8
Show file tree
Hide file tree
Showing 40 changed files with 231 additions and 166 deletions.
17 changes: 2 additions & 15 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,12 @@ Lastly, a pull request check on [Github Actions](../../actions) is going to kick

- [ ] Check all related PR's were merged and the `Main CI` is green

1. _(optional)_ Publish `@vscode-extension-tester/page-objects` package
- `cd page-objects`
- [ ] `npm version (major|minor|patch)`
- [ ] `npm publish`
2. _(optional)_ Publish `@vscode-extension-tester/locators` package
- `cd locators`
- [ ] `npm version (major|minor|patch)`
- [ ] `npm publish`
3. Publish `vscode-extension-tester` package
- [ ] `npm version (major|minor|patch) --no-git-tag-version`
- [ ] bump `@vscode-extension-tester/page-objects` dependency
- `npm install @vscode-extension-tester/page-objects@latest`
- [ ] bump `@vscode-extension-tester/locators` dependency
- `npm install @vscode-extension-tester/locators@latest`
1. Execute `npm run version`
- [ ] commit changes and open new PR
- [ ] wait for PR is approved and merged
- [ ] after merge, wait until `Main CI` is green
2. Execute `npm run publish`
- [ ] create and push new `vX.X.X` tag
- [ ] `npm publish`
- [ ] create a new GitHub [release](https://github.com/redhat-developer/vscode-extension-tester/releases) from a new `vX.X.X` tag (with generated release notes)

### Post publish tasks
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

<p align="center">
<a href="https://www.npmjs.com/package/vscode-extension-tester"><img src="https://img.shields.io/npm/v/vscode-extension-tester?label=extester&color=orange&style=for-the-badge" alt="ExTester"/></a>
<a href="https://www.npmjs.com/package/@vscode-extension-tester/locators"><img src="https://img.shields.io/npm/v/v@vscode-extension-tester/locators?color=orange&label=locators&style=for-the-badge" alt="ExTester Locators"/></a>
<a href="https://www.npmjs.com/package/@vscode-extension-tester/page-objects"><img src="https://img.shields.io/npm/v/@vscode-extension-tester/page-objects?color=orange&label=page%20objects&style=for-the-badge" alt="ExTester Page Objects"/></a>
<a href="https://www.npmjs.com/package/@redhat-developer/locators"><img src="https://img.shields.io/npm/v/v@redhat-developer/locators?color=orange&label=locators&style=for-the-badge" alt="ExTester Locators"/></a>
<a href="https://www.npmjs.com/package/@redhat-developer/page-objects"><img src="https://img.shields.io/npm/v/@redhat-developer/page-objects?color=orange&label=page%20objects&style=for-the-badge" alt="ExTester Page Objects"/></a>
<a href="https://github.com/redhat-developer/vscode-extension-tester/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache%202-blue.svg?style=for-the-badge&logo=appveyor" alt="License"/></a>
</br>
<a href="https://github.com/redhat-developer/vscode-extension-tester/actions/workflows/main.yml"><img src="https://img.shields.io/github/actions/workflow/status/redhat-developer/vscode-extension-tester/main.yml?label=Main%20CI&style=for-the-badge" alt="Main CI"></a>
Expand Down
Loading

0 comments on commit 2e290d8

Please sign in to comment.