mirror of
https://github.com/sern-handler/cli
synced 2026-06-10 09:52:25 +00:00
Compare commits
2 Commits
v1.4.0
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ae0338e1cb | ||
|
|
2e66d6cfad |
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
Release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: google-github-actions/release-please-action@v3
|
||||
- uses: googleapis/release-please-action@v3
|
||||
id: release
|
||||
with:
|
||||
release-type: node
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@sern/cli",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"description": "Official CLI for @sern/handler",
|
||||
"exports": "./dist/index.js",
|
||||
"bin": {
|
||||
|
||||
@@ -49,7 +49,7 @@ export const npmInit: PromptObject = {
|
||||
export const gitInit: PromptObject = {
|
||||
name: 'gitinit',
|
||||
type: 'confirm',
|
||||
message: `Do you want to ${blueBright('me')} to initialize git?`,
|
||||
message: `Do you want ${blueBright('me')} to initialize git?`,
|
||||
initial: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user