We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8010e4 commit cb40aa8Copy full SHA for cb40aa8
2 files changed
README.md
@@ -68,9 +68,7 @@ Bootstrap a new TypeScript module in five minutes or less.
68
6. Ensure the GitHub action passes,
69
then publish the initial version of the package with
70
```
71
- $ nvm install
72
- $ npm install
73
- $ npm version patch
+ $ gh workflow run version.yml --raw-field version=patch
74
75
76
### Updating from this skeleton
makenew.sh
@@ -54,7 +54,7 @@ makenew () {
54
read -p '> Short package description (Foos and bars.): ' mk_description
55
read -p '> GitHub repository name (my-repo): ' mk_repo
56
57
- sed_delete README.md '9,101d'
+ sed_delete README.md '9,98d'
58
sed_insert README.md '9i' 'TODO'
59
60
find_replace "s/^ \"version\": \".*\"/ \"version\": \"0.0.0\"/g"
0 commit comments