File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,7 @@ Bootstrap a new TypeScript module in five minutes or less.
68
68
6 . Ensure the GitHub action passes,
69
69
then publish the initial version of the package with
70
70
```
71
- $ nvm install
72
- $ npm install
73
- $ npm version patch
71
+ $ gh workflow run version.yml --raw-field version=patch
74
72
```
75
73
76
74
### Updating from this skeleton
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ makenew () {
54
54
read -p ' > Short package description (Foos and bars.): ' mk_description
55
55
read -p ' > GitHub repository name (my-repo): ' mk_repo
56
56
57
- sed_delete README.md ' 9,101d '
57
+ sed_delete README.md ' 9,98d '
58
58
sed_insert README.md ' 9i' ' TODO'
59
59
60
60
find_replace " s/^ \" version\" : \" .*\" / \" version\" : \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments