Skip to content

Commit 9744fd6

Browse files
committed
docs: update tools table
1 parent 40ca8ae commit 9744fd6

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

README.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ A simple tool to release projects with monorepo support.
1616
| Name | Description | Version | Dependencies |
1717
|------|-------------|---------|--------------|
1818
| [`@simple-release/core`](packages/core#readme) | A simple tool to release projects with monorepo support. | [![NPM version][core-npm]][core-npm-url] | [![Dependencies status][core-deps]][core-deps-url] |
19+
| [`@simple-release/config`](packages/config#readme) | A simple-release config loader. | [![NPM version][config-npm]][config-npm-url] | [![Dependencies status][config-deps]][config-deps-url] |
1920
| [`@simple-release/npm`](packages/npm#readme) | A npm addon for simple-release. | [![NPM version][npm-npm]][npm-npm-url] | [![Dependencies status][npm-deps]][npm-deps-url] |
2021
| [`@simple-release/pnpm`](packages/pnpm#readme) | A pnpm addon for simple-release. | [![NPM version][pnpm-npm]][pnpm-npm-url] | [![Dependencies status][pnpm-deps]][pnpm-deps-url] |
21-
| [`@simple-release/github-release`](packages/github-release#readme) | A github release addon for simple-release. | [![NPM version][github-release-npm]][github-release-npm-url] | [![Dependencies status][github-release-deps]][github-release-deps-url] |
22+
| [`@simple-release/github`](packages/github#readme) | A github release addon for simple-release. | [![NPM version][github-npm]][github-npm-url] | [![Dependencies status][github-deps]][github-deps-url] |
23+
| [`@simple-release/github-action`](packages/github-action#readme) | A simple-release api for github action. | [![NPM version][github-action-npm]][github-action-npm-url] | [![Dependencies status][github-action-deps]][github-action-deps-url] |
2224
| [`simple-github-release`](packages/simple-github-release#readme) | A simple tool to create GitHub releases. | [![NPM version][simple-github-release-npm]][simple-github-release-npm-url] | [![Dependencies status][simple-github-release-deps]][simple-github-release-deps-url] |
2325

2426
<!-- core -->
@@ -29,6 +31,14 @@ A simple tool to release projects with monorepo support.
2931
[core-deps]: https://img.shields.io/librariesio/release/npm/@simple-release/core
3032
[core-deps-url]: https://libraries.io/npm/@simple-release%2Fcore/tree
3133

34+
<!-- config -->
35+
36+
[config-npm]: https://img.shields.io/npm/v/@simple-release/config.svg
37+
[config-npm-url]: https://www.npmjs.com/package/@simple-release/config
38+
39+
[config-deps]: https://img.shields.io/librariesio/release/npm/@simple-release/config
40+
[config-deps-url]: https://libraries.io/npm/@simple-release%2Fconfig/tree
41+
3242
<!-- npm -->
3343

3444
[npm-npm]: https://img.shields.io/npm/v/@simple-release/npm.svg
@@ -45,13 +55,21 @@ A simple tool to release projects with monorepo support.
4555
[pnpm-deps]: https://img.shields.io/librariesio/release/npm/@simple-release/pnpm
4656
[pnpm-deps-url]: https://libraries.io/npm/@simple-release%2Fpnpm/tree
4757

48-
<!-- github-release -->
58+
<!-- github -->
59+
60+
[github-npm]: https://img.shields.io/npm/v/@simple-release/github.svg
61+
[github-npm-url]: https://www.npmjs.com/package/@simple-release/github
62+
63+
[github-deps]: https://img.shields.io/librariesio/release/npm/@simple-release/github
64+
[github-deps-url]: https://libraries.io/npm/@simple-release%2Fgithub/tree
65+
66+
<!-- github-action -->
4967

50-
[github-release-npm]: https://img.shields.io/npm/v/@simple-release/github-release.svg
51-
[github-release-npm-url]: https://www.npmjs.com/package/@simple-release/github-release
68+
[github-action-npm]: https://img.shields.io/npm/v/@simple-release/github-action.svg
69+
[github-action-npm-url]: https://www.npmjs.com/package/@simple-release/github-action
5270

53-
[github-release-deps]: https://img.shields.io/librariesio/release/npm/@simple-release/github-release
54-
[github-release-deps-url]: https://libraries.io/npm/@simple-release%2Fgithub-release/tree
71+
[github-action-deps]: https://img.shields.io/librariesio/release/npm/@simple-release/github-action
72+
[github-action-deps-url]: https://libraries.io/npm/@simple-release%2Fgithub-action/tree
5573

5674
<!-- simple-github-release -->
5775

0 commit comments

Comments
 (0)