Skip to content

Commit da2c5f8

Browse files
author
Charlike Mike Reagent
authored
fix: readme (need to update .verb.md too)
1 parent bd7c2ee commit da2c5f8

File tree

1 file changed

+57
-76
lines changed

1 file changed

+57
-76
lines changed

README.md

Lines changed: 57 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# detect-next-version [![npm version][npmv-img]][npmv-url] [![github release][github-release-img]][github-release-url] [![License][license-img]][license-url]
1+
# detect-next-version [![npm version][npmv-img]][npmv-url] [![github release][ghrelease-img]][ghrelease-url] [![License][license-img]][license-url]
22

33
> Calculates next version, based on given commit message and following Conventional Commits
44
@@ -8,29 +8,25 @@ _You might also be interested in [hela][highlighted-link] or in the other [relat
88

99
## Quality Assurance :100:
1010

11-
[![Code Style Standard][standard-img]][standard-url]
12-
[![Linux Build][circleci-img]][circleci-url]
13-
[![Code Coverage][codecov-img]][codecov-url]
14-
[![Dependencies Status][dependencies-img]][dependencies-url]
11+
[![XAXA code style][codestyle-img]][codestyle-url]
12+
[![CircleCI linux build][linuxbuild-img]][linuxbuild-url]
13+
[![CodeCov coverage status][codecoverage-img]][codecoverage-url]
14+
[![DavidDM dependency status][dependencies-img]][dependencies-url]
15+
[![Renovate App Status][renovateapp-img]][renovateapp-url]
16+
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
17+
[![Semantically Released][new-release-img]][new-release-url]
1518

1619
If you have any _how-to_ kind of questions, please read [Code of Conduct](./CODE_OF_CONDUCT.md) and **join the chat** rooms or [open an issue][open-issue-url].
1720
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.
1821

19-
[![tunnckoCore support][chat-img]][chat-url]
20-
[![Code Format Prettier][prettier-img]][prettier-url]
21-
[![Conventional Commits][ccommits-img]][ccommits-url]
22-
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
23-
[![Node Version Required][nodeversion-img]][nodeversion-url]
24-
[![Renovate App Status][renovate-img]][renovate-url]
25-
26-
[![All Contributors Spec][all-contributors-img]](#contributors)
27-
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
28-
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
29-
[![PayPal Author Support][paypal-donate-img]][paypal-donate-url]
30-
[![Share Love Tweet][share-love-img]][share-love-url]
31-
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
32-
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
33-
[![NPM Downloads Total][downloads-total-img]][npmv-url]
22+
[![Conventional Commits][ccommits-img]][ccommits-url]
23+
[![Become a Patron][patreon-img]][patreon-url]
24+
[![Share Love Tweet][shareb]][shareu]
25+
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
26+
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
27+
[![NPM Downloads Total][downloads-total-img]][npmv-url]
28+
29+
Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) GitHub App.
3430

3531
## Table of Contents
3632
- [Install](#install)
@@ -101,18 +97,19 @@ Some of these projects are used here or were inspiration for this one, others ar
10197

10298
## Contributing
10399
Please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents for advices.
104-
For bugs reports and feature requests, [please create an issue][open-issue-url] or join us at our [Flock chat][chat-url] rooms.
105-
100+
For bugs reports and feature requests, [please create an issue][open-issue-url] or ping [@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
101+
106102
## Contributors
107103
Thanks to the hard work of [these wonderful people](./CONTRIBUTORS.md) this project is alive and it also follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
108-
[Pull requests](./CONTRIBUTING.md#opening-a-pull-request), stars and all kind of [contributions](https://opensource.guide/how-to-contribute/#what-it-means-to-contribute) are always welcome.
104+
[Pull requests](https://github.com/tunnckoCore/contributing#opening-a-pull-request), stars and all kind of [contributions](https://opensource.guide/how-to-contribute/#what-it-means-to-contribute) are always welcome. :stars:
109105

110106
## Users
111107
You can see who uses `detect-next-version` in the [USERS.md](./USERS.md) file. Please feel free adding this file if it not exists.
112-
If you or your organization are using this project, consider adding yourself to the list of users. **Thank You!**
108+
If you or your organization are using this project, consider adding yourself to the list of users.
109+
**Thank You!** :heart:
113110

114111
## License
115-
Copyright (c) 2017-present, [Charlike Mike Reagent][author-link] `<olsten.larck@gmail.com>`.
112+
Copyright (c) 2017-present, [Charlike Mike Reagent][author-link] `<mameto2011@gmail.com>`.
116113
Released under the [Apache-2.0 License][license-url].
117114

118115
***
@@ -126,79 +123,63 @@ _Project scaffolded and managed with [hela][]._
126123

127124
<!-- Heading badges -->
128125
[npmv-url]: https://www.npmjs.com/package/detect-next-version
129-
[npmv-img]: https://img.shields.io/npm/v/detect-next-version.svg?label=npm%20version
126+
[npmv-img]: https://badgen.net/npm/v/detect-next-version?icon=npm
130127

131-
[github-release-url]: https://github.com/tunnckoCore/detect-next-version/releases/latest
132-
[github-release-img]: https://img.shields.io/github/release/tunnckoCore/detect-next-version.svg?label=github%20release
128+
[ghrelease-url]: https://github.com/tunnckoCore/detect-next-version/releases/latest
129+
[ghrelease-img]: https://badgen.net/github/release/tunnckoCore/detect-next-version?icon=github
133130

134131
[license-url]: https://github.com/tunnckoCore/detect-next-version/blob/master/LICENSE
135-
[license-img]: https://img.shields.io/npm/l/detect-next-version.svg
136-
<!-- [license-img]: https://img.shields.io/badge/license-tunnckoCore_1%2E0-blue.svg -->
137-
138-
[downloads-monthly-img]: https://img.shields.io/npm/dm/detect-next-version.svg
132+
[license-img]: https://badgen.net/npm/license/detect-next-version
139133

140134
<!-- Front line badges -->
141-
[bithound-score-url]: https://www.bithound.io/github/tunnckoCore/detect-next-version
142-
[bithound-score-img]: https://www.bithound.io/github/tunnckoCore/detect-next-version/badges/score.svg
143-
144-
[bithound-code-url]: https://www.bithound.io/github/tunnckoCore/detect-next-version
145-
[bithound-code-img]: https://www.bithound.io/github/tunnckoCore/detect-next-version/badges/code.svg
146-
147-
[standard-url]: https://github.com/airbnb/javascript
148-
[standard-img]: https://img.shields.io/badge/code_style-airbnb-brightgreen.svg
149135

150-
[circleci-url]: https://circleci.com/gh/tunnckoCore/detect-next-version/tree/master
151-
[circleci-img]: https://img.shields.io/circleci/project/github/tunnckoCore/detect-next-version/master.svg
136+
[codestyle-url]: https://github.com/tunnckoCore/detect-next-version
137+
[codestyle-img]: https://badgen.net/badge/code%20style/esmc/purple
152138

153-
[codecov-url]: https://codecov.io/gh/tunnckoCore/detect-next-version
154-
[codecov-img]: https://img.shields.io/codecov/c/github/tunnckoCore/detect-next-version/master.svg
139+
[linuxbuild-url]: https://circleci.com/gh/tunnckoCore/detect-next-version/tree/master
140+
[linuxbuild-img]: https://badgen.net/circleci/github/tunnckoCore/detect-next-version/master?label=build&icon=circleci
155141

156-
[bithound-deps-url]: https://www.bithound.io/github/tunnckoCore/detect-next-version/dependencies/npm
157-
[bithound-deps-img]: https://www.bithound.io/github/tunnckoCore/detect-next-version/badges/dependencies.svg
142+
[codecoverage-url]: https://codecov.io/gh/tunnckoCore/detect-next-version
143+
[codecoverage-img]: https://badgen.net/codecov/c/github/tunnckoCore/detect-next-version
158144

159145
[dependencies-url]: https://david-dm.org/tunnckoCore/detect-next-version
160-
[dependencies-img]: https://img.shields.io/david/tunnckoCore/detect-next-version.svg
146+
[dependencies-img]: https://badgen.net/david/dep/tunnckoCore/detect-next-version
161147

162-
<!-- Second front of badges -->
163-
[chat-url]: https://tunnckocore.flock.com/?i=cx2xoeofjtj6eo6c
164-
[chat-img]: https://img.shields.io/badge/chat-on_flock-brightgreen.svg
148+
[ccommits-url]: https://conventionalcommits.org/
149+
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/dfb317
165150

166-
[prettier-url]: https://github.com/prettier/prettier
167-
[prettier-img]: https://img.shields.io/badge/styled_with-prettier-f952a5.svg
151+
[new-release-url]: https://github.com/tunnckoCore/new-release
152+
[new-release-img]: https://badgen.net/badge/semantically/released/05c5ff
168153

169-
[nodesecurity-url]: https://nodesecurity.io/orgs/tunnckocore/projects/d0aea59c-0e09-42ac-bd67-2c48f22c5226/master
170-
[nodesecurity-img]: https://nodesecurity.io/orgs/tunnckocore/projects/d0aea59c-0e09-42ac-bd67-2c48f22c5226/badge
171-
<!-- the original color of nsp:
172-
[nodesec-img]: https://img.shields.io/badge/nsp-no_known_vulns-35a9e0.svg -->
154+
[downloads-weekly-img]: https://badgen.net/npm/dw/detect-next-version
155+
[downloads-monthly-img]: https://badgen.net/npm/dm/detect-next-version
156+
[downloads-total-img]: https://badgen.net/npm/dt/detect-next-version
173157

174-
[ccommits-url]: https://conventionalcommits.org/
175-
[ccommits-img]: https://img.shields.io/badge/conventional_commits-1.0.0-yellow.svg
158+
[renovateapp-url]: https://renovatebot.com
159+
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green
176160

177-
[prs-welcome-img]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
161+
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green
178162
[prs-welcome-url]: http://makeapullrequest.com
179163

180-
[nodeversion-url]: https://nodejs.org/en/download
181-
[nodeversion-img]: https://img.shields.io/node/v/detect-next-version.svg
182-
183-
[renovate-url]: https://renovateapp.com
184-
[renovate-img]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
164+
[paypal-donate-url]: https://paypal.me/tunnckoCore/10
165+
[paypal-donate-img]: https://badgen.net/badge/$/support/purple
185166

186-
<!-- Third badges line (After CodeSponsor ads) -->
187-
[all-contributors-img]: https://img.shields.io/github/contributors/tunnckoCore/detect-next-version.svg?label=all%20contributors&colorB=ffa500
167+
[patreon-url]: https://www.patreon.com/bePatron?u=5579781
168+
[patreon-img]: https://badgen.net/badge/become/a%20patron/F96854?icon=patreon
188169

189-
[tinyletter-url]: https://tinyletter.com/tunnckoCore
190-
[tinyletter-img]: https://img.shields.io/badge/join-newsletter-9caaf8.svg
170+
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCore/detect-next-version&via=tunnckoCore
171+
[shareb]: https://badgen.net/badge/twitter/share/1da1f2
172+
[open-issue-url]: https://github.com/tunnckoCore/detect-next-version/issues/new
173+
[author-link]: https://tunnckocore.com
191174

192-
[paypal-donate-url]: https://paypal.me/tunnckoCore/10
193-
[paypal-donate-img]: https://img.shields.io/badge/$-support-f47721.svg
175+
[new-release]: https://github.com/tunnckoCore/new-release
176+
[semantic-release]: https://github.com/semantic-release/semantic-release
194177

195-
[downloads-weekly-img]: https://img.shields.io/npm/dw/detect-next-version.svg
196-
[downloads-total-img]: https://img.shields.io/npm/dt/detect-next-version.svg
178+
[nodeversion-url]: https://nodejs.org/en/download
179+
[nodeversion-img]: https://img.shields.io/node/v/detect-next-version.svg
197180

198-
<!-- Miscellaneous -->
199-
[share-love-url]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCore/detect-next-version&via=tunnckoCore
200-
[share-love-img]: https://img.shields.io/badge/share-love-1da1f2.svg
201-
[open-issue-url]: https://github.com/tunnckoCore/detect-next-version/issues/new
181+
[chat-url]: https://tunnckocore.flock.com/?i=cx2xoeofjtj6eo6c
182+
[chat-img]: https://img.shields.io/badge/chat-on_flock-brightgreen.svg
202183

203184
[highlighted-link]: https://ghub.now.sh/hela
204185
[author-link]: https://i.am.charlike.online

0 commit comments

Comments
 (0)