Shipledger checks a release you wrote against local git. It does not generate the release notes, and it does not call GitHub.
This repository has two releases whose notes were typed, not generated:
v0.1.0..v0.2.0. The check passes.unknown-reference.Shipledger is not on npm yet. Build it, then point it at this clone.
git clone https://github.com/kacxx/shipledger.git
cd shipledger && npm ci && npm run build
cd ..
git clone https://github.com/kacxx/shipledger-demo.git
cd shipledger-demo
node ../shipledger/packages/cli/dist/cli/index.js check \
--config shipledger.config.json \
--changeset changesets/v0.2.0.json
node ../shipledger/packages/cli/dist/cli/index.js check \
--config shipledger.config.json \
--changeset changesets/v0.3.0.json
8 commits
JavaScript
100.0%
Shipledger checks a release you wrote against local git. It does not generate the release notes, and it does not call GitHub.
This repository has two releases whose notes were typed, not generated:
v0.1.0..v0.2.0. The check passes.unknown-reference.Shipledger is not on npm yet. Build it, then point it at this clone.
git clone https://github.com/kacxx/shipledger.git
cd shipledger && npm ci && npm run build
cd ..
git clone https://github.com/kacxx/shipledger-demo.git
cd shipledger-demo
node ../shipledger/packages/cli/dist/cli/index.js check \
--config shipledger.config.json \
--changeset changesets/v0.2.0.json
node ../shipledger/packages/cli/dist/cli/index.js check \
--config shipledger.config.json \
--changeset changesets/v0.3.0.json
8 commits
JavaScript
100.0%