You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,4 +17,13 @@ For more details refer to the individual packages:
17
17
18
18
For a detailed explanation on derivation paths refer to [learn me a bitcoin](https://learnmeabitcoin.com/technical/derivation-paths).
19
19
20
+
## Publishing
21
+
22
+
The `xpub-lib` and `xpub-cli` can be published to GitHub Packages by:
23
+
1. Incrementing the version field within the package.json file within each package you want to publish.
24
+
2. Creating a new tag with SemVer sytax (i.e. v0.0.1). Needs to match `v*`.
25
+
3. Creating a new GitHub release using this tag. This will start the publish workflow.
26
+
27
+
The workflow will need to be approved by another user with write access before its executed. If published successfully, the packages will be published [here](https://github.com/orgs/swan-bitcoin/packages).
0 commit comments