Skip to content

Commit cb40aa8

Browse files
committed
Use gh workflow for initial version
1 parent c8010e4 commit cb40aa8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ Bootstrap a new TypeScript module in five minutes or less.
6868
6. Ensure the GitHub action passes,
6969
then publish the initial version of the package with
7070
```
71-
$ nvm install
72-
$ npm install
73-
$ npm version patch
71+
$ gh workflow run version.yml --raw-field version=patch
7472
```
7573

7674
### Updating from this skeleton

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ makenew () {
5454
read -p '> Short package description (Foos and bars.): ' mk_description
5555
read -p '> GitHub repository name (my-repo): ' mk_repo
5656

57-
sed_delete README.md '9,101d'
57+
sed_delete README.md '9,98d'
5858
sed_insert README.md '9i' 'TODO'
5959

6060
find_replace "s/^ \"version\": \".*\"/ \"version\": \"0.0.0\"/g"

0 commit comments

Comments
 (0)