WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d616c23

Browse files
committed
Update HANDBOOK for new publish process
1 parent d562a1d commit d616c23

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

HANDBOOK.md

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,22 @@ Add entries to CHANGELOG.md for the packages determined in the step above.
3939

4040
Commit these changes.
4141

42-
### Step 4: Publish packages
42+
### Step 4: Create a git tag for the chosen version
4343

44-
The following commands can be run from the root of the monorepo to build the respective package,
45-
then **publish it to both [NPM](https://www.npmjs.com/search?q=%40simplewebauthn) and
46-
[JSR](https://jsr.io/@simplewebauthn)**.
44+
Create a tag on HEAD for the new version number.
4745

48-
#### Need to publish @simplewebauthn/browser?
46+
### Step 5: Push up `HEAD` to `origin`
4947

50-
```
51-
deno task publish:browser
52-
```
48+
Don't forget to push up the new tag to `origin` too!
5349

54-
#### Need to publish @simplewebauthn/server?
50+
### Step 6: Publish packages
5551

56-
```
57-
deno task publish:server
58-
```
52+
#### Need to publish @simplewebauthn/browser?
5953

60-
### Step 5: Create a git tag for the chosen version
54+
Navigate to https://github.com/MasterKale/SimpleWebAuthn/actions/workflows/publishBrowser.yml and
55+
**Run workflow** against **master**.
6156

62-
Create a tag on HEAD for the new version number.
63-
64-
### Step 6: Push up `HEAD` to `origin`
57+
#### Need to publish @simplewebauthn/server?
6558

66-
Don't forget to push up the latest changes to `origin` when everything's been published!
59+
Navigate to https://github.com/MasterKale/SimpleWebAuthn/actions/workflows/publicServer.yml and
60+
**Run workflow** against **master**.

0 commit comments

Comments
 (0)