Skip to content

Commit b630bf3

Browse files
author
Charlike Mike Reagent
committed
feat: update
1 parent 272bce8 commit b630bf3

2 files changed

Lines changed: 42 additions & 60 deletions

File tree

.verb.md

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> {%= description %}
44
5-
Please consider following this project's author, [<%= author.name %>](https://github.com/<%= author.login %>), and :star: the project to show your :heart: and support.
5+
Please consider following this project's author, [Charlike Mike Reagent](https://github.com/tunnckoCore), and :star: the project to show your :heart: and support.
66

77
<div id="thetop"></div>
88

@@ -16,7 +16,7 @@ Please consider following this project's author, [<%= author.name %>](https://gi
1616

1717
If you have any _how-to_ kind of questions, please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents.
1818
For bugs reports and feature requests, [please create an issue][open-issue-url] or ping
19-
[@tunnckoCore](https://twitter.com/<%= author.twitter %>) at Twitter.
19+
[@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
2020

2121
[![Become a Patron][patreon-img]][patreon-url]
2222
[![Conventional Commits][ccommits-img]][ccommits-url]
@@ -30,7 +30,7 @@ Project is [semantically](https://semver.org) versioned & automatically released
3030
<!-- Logo when needed:
3131
3232
<p align="center">
33-
<a href="https://github.com/<%= repository %>">
33+
<a href="https://github.com/standard-release/cli">
3434
<img src="./media/logo.png" width="85%">
3535
</a>
3636
</p>
@@ -48,7 +48,7 @@ This project requires [**Node.js**](https://nodejs.org) **{%= engines.node %}**
4848
_We highly recommend to use Yarn when you think to contribute to this project._
4949

5050
```bash
51-
$ yarn add {%= name %}
51+
$ yarn global add {%= name %}
5252
```
5353

5454
## CLI
@@ -61,7 +61,7 @@ the `--no-ci` flag, otherwise it will exit the program.
6161

6262
```
6363
Usage:
64-
release [flags]
64+
stanard-release [flags]
6565
6666
Flags:
6767
--ci to be called on CI or locally; default: true
@@ -132,7 +132,7 @@ here](https://github.com/jfmengels/all-contributors-cli#usage).
132132

133133
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
134134
<!-- prettier-ignore -->
135-
| [<img src="<%= author.avatar %>" width="120px;"/><br /><sub><b><%= author.name %></b></sub>](<%= author.url %>)<br />[💻](https://github.com/<%= repository %>/commits?author=<%= author.login %> "Code") [📖](https://github.com/<%= repository %>/commits?author=<%= author.login %> "Documentation") [💬](#question-<%= author.login %> "Answering Questions") [👀](#review-<%= author.login %> "Reviewed Pull Requests") [🔍](#fundingFinding-<%= author.login %> "Funding Finding") |
135+
| [<img src="https://avatars3.githubusercontent.com/u/5038030?v=4" width="120px;"/><br /><sub><b>Charlike Mike Reagent</b></sub>](https://tunnckocore.com)<br />[💻](https://github.com/standard-release/cli/commits?author=tunnckoCore "Code") [📖](https://github.com/standard-release/cli/commits?author=tunnckoCore "Documentation") [💬](#question-tunnckoCore "Answering Questions") [👀](#review-tunnckoCore "Reviewed Pull Requests") [🔍](#fundingFinding-tunnckoCore "Funding Finding") |
136136
| :---: |
137137

138138
<!-- ALL-CONTRIBUTORS-LIST:END -->
@@ -141,34 +141,30 @@ Consider showing your [support](#support-the-project) to them. :sparkling_heart:
141141

142142
## License
143143

144-
Copyright (c) <%= license.year %>-present, [<%= author.name %>](<%= author.url %>) `<<%= author.email %>>` & [contributors](#wonderful-contributors).
145-
Released under the [<%= license.name %> License][license-url].
144+
Copyright (c) 2018-present, [Charlike Mike Reagent](https://tunnckocore.com) `<mameto2011@gmail.com>` & [contributors](#wonderful-contributors).
145+
Released under the [Apache-2.0 License][license-url].
146146

147147
<!-- Heading badges -->
148148

149149
[npmv-url]: https://www.npmjs.com/package/{%= name %}
150150
[npmv-img]: https://badgen.net/npm/v/{%= name %}?icon=npm
151151

152-
[ghrelease-url]: https://github.com/<%= repository %>/releases/latest
153-
[ghrelease-img]: https://badgen.net/github/release/<%= repository %>?icon=github
152+
[ghrelease-url]: https://github.com/standard-release/cli/releases/latest
153+
[ghrelease-img]: https://badgen.net/github/release/standard-release/cli?icon=github
154+
[license-url]: https://github.com/standard-release/cli/blob/master/LICENSE
154155

155-
[license-url]: https://github.com/<%= repository %>/blob/master/LICENSE
156156
[license-img]: https://badgen.net/npm/license/{%= name %}
157157

158158
<!-- Front line badges -->
159159

160160
[codestyle-url]: https://github.com/airbnb/javascript
161161
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb
162-
163-
[linuxbuild-url]: https://circleci.com/gh/<%= repository %>/tree/master
164-
[linuxbuild-img]: https://badgen.net/circleci/github/<%= repository %>/master?label=build&icon=circleci
165-
166-
[codecoverage-url]: https://codecov.io/gh/<%= repository %>
167-
[codecoverage-img]: https://badgen.net/codecov/c/github/<%= repository %>?icon=codecov
168-
169-
[dependencies-url]: https://david-dm.org/<%= repository %>
170-
[dependencies-img]: https://badgen.net/david/dep/<%= repository %>?label=deps
171-
162+
[linuxbuild-url]: https://circleci.com/gh/standard-release/cli/tree/master
163+
[linuxbuild-img]: https://badgen.net/circleci/github/standard-release/cli/master?label=build&icon=circleci
164+
[codecoverage-url]: https://codecov.io/gh/standard-release/cli
165+
[codecoverage-img]: https://badgen.net/codecov/c/github/standard-release/cli?icon=codecov
166+
[dependencies-url]: https://david-dm.org/standard-release/cli
167+
[dependencies-img]: https://badgen.net/david/dep/standard-release/cli?label=deps
172168
[ccommits-url]: https://conventionalcommits.org/
173169
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/dfb317
174170
[standard-release-url]: https://github.com/standard-release/standard-release
@@ -184,16 +180,11 @@ Released under the [<%= license.name %> License][license-url].
184180
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green
185181
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green
186182
[prs-welcome-url]: http://makeapullrequest.com
187-
188-
[paypal-donate-url]: https://paypal.me/<%= author.login %>/10
183+
[paypal-donate-url]: https://paypal.me/tunnckoCore/10
189184
[paypal-donate-img]: https://badgen.net/badge/$/support/purple
190-
191185
[patreon-url]: https://www.patreon.com/bePatron?u=5579781
192-
193-
[patreon-img]: https://badgen.net/badge/patreon/<%= author.login %>/F96854?icon=patreon
186+
[patreon-img]: https://badgen.net/badge/patreon/tunnckoCore/F96854?icon=patreon
194187
[patreon-sponsor-img]: https://badgen.net/badge/become/a%20sponsor/F96854?icon=patreon
195-
196-
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/<%= repository %>&via=<%= author.twitter %>
188+
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/standard-release/cli&via=tunnckoCore
197189
[shareb]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter
198-
199-
[open-issue-url]: https://github.com/<%= repository %>/issues/new
190+
[open-issue-url]: https://github.com/standard-release/cli/issues/new

README.md

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Publish new project to NPM following Conventional Commits specification and SemVer. Uses [git-commits-since][] for detecting git commits since last SemVer tag and [detect-next-version][] for what next version bump should be.
44
5-
Please consider following this project's author, [<%= author.name %>](https://github.com/<%= author.login %>), and :star: the project to show your :heart: and support.
5+
Please consider following this project's author, [Charlike Mike Reagent](https://github.com/tunnckoCore), and :star: the project to show your :heart: and support.
66

77
<div id="thetop"></div>
88

@@ -16,7 +16,7 @@ Please consider following this project's author, [<%= author.name %>](https://gi
1616

1717
If you have any _how-to_ kind of questions, please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents.
1818
For bugs reports and feature requests, [please create an issue][open-issue-url] or ping
19-
[@tunnckoCore](https://twitter.com/<%= author.twitter %>) at Twitter.
19+
[@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
2020

2121
[![Become a Patron][patreon-img]][patreon-url]
2222
[![Conventional Commits][ccommits-img]][ccommits-url]
@@ -30,7 +30,7 @@ Project is [semantically](https://semver.org) versioned & automatically released
3030
<!-- Logo when needed:
3131
3232
<p align="center">
33-
<a href="https://github.com/<%= repository %>">
33+
<a href="https://github.com/standard-release/cli">
3434
<img src="./media/logo.png" width="85%">
3535
</a>
3636
</p>
@@ -59,7 +59,7 @@ This project requires [**Node.js**](https://nodejs.org) **^8.10.0 || >=10.13.0**
5959
_We highly recommend to use Yarn when you think to contribute to this project._
6060

6161
```bash
62-
$ yarn add @standard-release/cli
62+
$ yarn global add @standard-release/cli
6363
```
6464

6565
## CLI
@@ -72,7 +72,7 @@ the `--no-ci` flag, otherwise it will exit the program.
7272

7373
```
7474
Usage:
75-
release [flags]
75+
stanard-release [flags]
7676
7777
Flags:
7878
--ci to be called on CI or locally; default: true
@@ -144,7 +144,7 @@ here](https://github.com/jfmengels/all-contributors-cli#usage).
144144

145145
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
146146
<!-- prettier-ignore -->
147-
| [<img src="<%= author.avatar %>" width="120px;"/><br /><sub><b><%= author.name %></b></sub>](<%= author.url %>)<br />[💻](https://github.com/<%= repository %>/commits?author=<%= author.login %> "Code") [📖](https://github.com/<%= repository %>/commits?author=<%= author.login %> "Documentation") [💬](#question-<%= author.login %> "Answering Questions") [👀](#review-<%= author.login %> "Reviewed Pull Requests") [🔍](#fundingFinding-<%= author.login %> "Funding Finding") |
147+
| [<img src="https://avatars3.githubusercontent.com/u/5038030?v=4" width="120px;"/><br /><sub><b>Charlike Mike Reagent</b></sub>](https://tunnckocore.com)<br />[💻](https://github.com/standard-release/cli/commits?author=tunnckoCore "Code") [📖](https://github.com/standard-release/cli/commits?author=tunnckoCore "Documentation") [💬](#question-tunnckoCore "Answering Questions") [👀](#review-tunnckoCore "Reviewed Pull Requests") [🔍](#fundingFinding-tunnckoCore "Funding Finding") |
148148
| :---: |
149149

150150
<!-- ALL-CONTRIBUTORS-LIST:END -->
@@ -153,34 +153,30 @@ Consider showing your [support](#support-the-project) to them. :sparkling_heart:
153153

154154
## License
155155

156-
Copyright (c) <%= license.year %>-present, [<%= author.name %>](<%= author.url %>) `<<%= author.email %>>` & [contributors](#wonderful-contributors).
157-
Released under the [<%= license.name %> License][license-url].
156+
Copyright (c) 2018-present, [Charlike Mike Reagent](https://tunnckocore.com) `<mameto2011@gmail.com>` & [contributors](#wonderful-contributors).
157+
Released under the [Apache-2.0 License][license-url].
158158

159159
<!-- Heading badges -->
160160

161161
[npmv-url]: https://www.npmjs.com/package/@standard-release/cli
162162
[npmv-img]: https://badgen.net/npm/v/@standard-release/cli?icon=npm
163163

164-
[ghrelease-url]: https://github.com/<%= repository %>/releases/latest
165-
[ghrelease-img]: https://badgen.net/github/release/<%= repository %>?icon=github
164+
[ghrelease-url]: https://github.com/standard-release/cli/releases/latest
165+
[ghrelease-img]: https://badgen.net/github/release/standard-release/cli?icon=github
166+
[license-url]: https://github.com/standard-release/cli/blob/master/LICENSE
166167

167-
[license-url]: https://github.com/<%= repository %>/blob/master/LICENSE
168168
[license-img]: https://badgen.net/npm/license/@standard-release/cli
169169

170170
<!-- Front line badges -->
171171

172172
[codestyle-url]: https://github.com/airbnb/javascript
173173
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb
174-
175-
[linuxbuild-url]: https://circleci.com/gh/<%= repository %>/tree/master
176-
[linuxbuild-img]: https://badgen.net/circleci/github/<%= repository %>/master?label=build&icon=circleci
177-
178-
[codecoverage-url]: https://codecov.io/gh/<%= repository %>
179-
[codecoverage-img]: https://badgen.net/codecov/c/github/<%= repository %>?icon=codecov
180-
181-
[dependencies-url]: https://david-dm.org/<%= repository %>
182-
[dependencies-img]: https://badgen.net/david/dep/<%= repository %>?label=deps
183-
174+
[linuxbuild-url]: https://circleci.com/gh/standard-release/cli/tree/master
175+
[linuxbuild-img]: https://badgen.net/circleci/github/standard-release/cli/master?label=build&icon=circleci
176+
[codecoverage-url]: https://codecov.io/gh/standard-release/cli
177+
[codecoverage-img]: https://badgen.net/codecov/c/github/standard-release/cli?icon=codecov
178+
[dependencies-url]: https://david-dm.org/standard-release/cli
179+
[dependencies-img]: https://badgen.net/david/dep/standard-release/cli?label=deps
184180
[ccommits-url]: https://conventionalcommits.org/
185181
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/dfb317
186182
[standard-release-url]: https://github.com/standard-release/standard-release
@@ -196,19 +192,14 @@ Released under the [<%= license.name %> License][license-url].
196192
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green
197193
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green
198194
[prs-welcome-url]: http://makeapullrequest.com
199-
200-
[paypal-donate-url]: https://paypal.me/<%= author.login %>/10
195+
[paypal-donate-url]: https://paypal.me/tunnckoCore/10
201196
[paypal-donate-img]: https://badgen.net/badge/$/support/purple
202-
203197
[patreon-url]: https://www.patreon.com/bePatron?u=5579781
204-
205-
[patreon-img]: https://badgen.net/badge/patreon/<%= author.login %>/F96854?icon=patreon
198+
[patreon-img]: https://badgen.net/badge/patreon/tunnckoCore/F96854?icon=patreon
206199
[patreon-sponsor-img]: https://badgen.net/badge/become/a%20sponsor/F96854?icon=patreon
207-
208-
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/<%= repository %>&via=<%= author.twitter %>
200+
[shareu]: https://twitter.com/intent/tweet?text=https://github.com/standard-release/cli&via=tunnckoCore
209201
[shareb]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter
210-
211-
[open-issue-url]: https://github.com/<%= repository %>/issues/new
202+
[open-issue-url]: https://github.com/standard-release/cli/issues/new
212203

213204
[detect-next-version]: https://github.com/tunnckoCoreLabs/detect-next-version
214205
[execa]: https://github.com/sindresorhus/execa

0 commit comments

Comments
 (0)