Skip to content

Commit

Permalink
Merge branch 'release/2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaow-de committed Nov 10, 2024
2 parents b1538a2 + 51b0936 commit e8541d5
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .bumpsemver.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpsemver]
current_version = 1.6.1
current_version = 2.0.0
commit = True
tag = False

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://npm.pkg.github.com'
node-version: 22
scope: '@alloy-ch'
- run: npm ci
- run: npm run build
- run: npm publish --access public
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Playwright Cluster

Current version: **v1.6.1**
Current version: **v2.0.0**

![Build Status](https://github.com/zhaow-de/playwright-cluster/actions/workflows/build.yml/badge.svg)
![npm (scoped)](https://img.shields.io/npm/v/@zhaow-de/playwright-cluster)
![npm download](https://img.shields.io/npm/dm/@zhaow-de/playwright-cluster)
![Snyk](https://snyk.io/test/github/zhaow-de/playwright-cluster/badge.svg)
![MIT License](https://img.shields.io/npm/l/@zhaow-de/playwright-cluster.svg)
![Build Status](https://github.com/alloy-ch/playwright-cluster/actions/workflows/build.yml/badge.svg)
![npm (scoped)](https://img.shields.io/npm/v/@alloy-ch/playwright-cluster?registry_uri=https%3A%2F%2Fnpm.pkg.github.com)
![npm download](https://img.shields.io/npm/dm/@alloy-ch/playwright-cluster?registry_uri=https%3A%2F%2Fnpm.pkg.github.com)
![MIT License](https://img.shields.io/npm/l/@alloy-ch/playwright-cluster?registry_uri=https%3A%2F%2Fnpm.pkg.github.com)

![cov lines](./coverage/badge-lines.svg)
![cov functions](./coverage/badge-functions.svg)
Expand All @@ -19,7 +18,7 @@ Current version: **v1.6.1**

## Install

`npm --save @zhaow-de/playwright-cluster`
`npm --save @alloy-ch/playwright-cluster`

## Usage

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zhaow-de/playwright-cluster",
"version": "1.6.1",
"name": "@alloy-ch/playwright-cluster",
"version": "2.0.0",
"description": "Cluster management for playwright",
"type": "module",
"main": "dist/src/index.js",
Expand All @@ -18,9 +18,9 @@
"author": "Thomas Dondorf, Christian Nikolov, Andrew Vlasyuk, Zhao Wang",
"repository": {
"type": "git",
"url": "git+https://github.com/zhaow-de/playwright-cluster.git"
"url": "git+https://github.com/alloy-ch/playwright-cluster.git"
},
"homepage": "https://github.com/zhaow-de/playwright-cluster",
"homepage": "https://github.com/alloy-ch/playwright-cluster",
"keywords": [
"playwright",
"cluster",
Expand Down

0 comments on commit e8541d5

Please sign in to comment.