Skip to content

Commit ba3c8dc

Browse files
authored
Merge pull request #7128 from BitGo/DX-1510-remove-unused-script
chore: remove unused publish scripts
2 parents 0c22925 + 181f3e9 commit ba3c8dc

File tree

4 files changed

+0
-245
lines changed

4 files changed

+0
-245
lines changed

modules/bitgo/scripts/publish.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

modules/statics/scripts/publish.sh

Lines changed: 0 additions & 79 deletions
This file was deleted.

modules/unspents/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,6 @@ Dimensions.fromUnspents({ unspents })
4747
.getVSize();
4848
```
4949

50-
## Publishing new versions
51-
52-
Publishing new versions should be done by running the publish script in `scripts/publish.sh`.
53-
54-
It can be invoked with the name of the branch to release, and will default to the currently checked out branch if not given.
55-
56-
It will perform validation of all prepublish conditions, run a dry-run publish, then, if successful, a real publish. After that is complete,
57-
the newly installed package will be downloaded and `require()`'d to ensure the package was published correctly.
58-
5950
## Continuous Integration
6051

6152
`@bitgo/unspents` uses github actions for continuous integration, which is configured by the `.github/workflows/ci.yml` file in the project root. All changes to the CI process should be done by modifying the `.github/workflows/ci.yml` file.

modules/unspents/scripts/publish.sh

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)