8 files changed +157
-163
lines changed Original file line number Diff line number Diff line change 27
27
node-version :
28
28
- 16
29
29
- 18
30
+ - 20
30
31
31
32
steps :
32
33
- name : Checkout source
99
100
node-version :
100
101
- 16
101
102
- 18
103
+ - 20
102
104
103
105
services :
104
106
verdaccio :
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- # Change Log
1
+ # Change Log (Archived)
2
+
3
+ See [ releases] ( https://github.com/JS-DevTools/npm-publish/releases ) for current change log.
4
+
5
+ ---
2
6
3
7
All notable changes will be documented in this file.
4
8
NPM Publish adheres to [ Semantic Versioning] ( http://semver.org/ ) .
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ const { version } = require("../package.json");
7
7
const { main } = require ( "../lib/cli/index.js" ) ;
8
8
9
9
main ( process . argv . slice ( 2 ) , version ) . catch ( ( error ) => {
10
- console . log ( error ) ;
10
+ console . error ( error ) ;
11
11
process . exitCode = 1 ;
12
12
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @jsdevtools/npm-publish" ,
3
3
"description" : " Fast, easy publishing to NPM" ,
4
- "version" : " 1.4.3 " ,
4
+ "version" : " 2.0.0 " ,
5
5
"keywords" : [
6
6
" github-action" ,
7
7
" npm" ,
Original file line number Diff line number Diff line change 9
9
Arguments:
10
10
11
11
package The path to the package to publish.
12
- May be a directory or package.json file.
12
+ May be a directory, package.json, or .tgz file.
13
13
Defaults to the package in the current directory.
14
14
15
15
Options:
0 commit comments