Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 0 additions & 78 deletions modules/bitgo/scripts/publish.sh

This file was deleted.

79 changes: 0 additions & 79 deletions modules/statics/scripts/publish.sh

This file was deleted.

9 changes: 0 additions & 9 deletions modules/unspents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ Dimensions.fromUnspents({ unspents })
.getVSize();
```

## Publishing new versions

Publishing new versions should be done by running the publish script in `scripts/publish.sh`.

It can be invoked with the name of the branch to release, and will default to the currently checked out branch if not given.

It will perform validation of all prepublish conditions, run a dry-run publish, then, if successful, a real publish. After that is complete,
the newly installed package will be downloaded and `require()`'d to ensure the package was published correctly.

## Continuous Integration

`@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.
Expand Down
79 changes: 0 additions & 79 deletions modules/unspents/scripts/publish.sh

This file was deleted.