Skip to content

Commit c60dc52

Browse files
committed
Revert commit message change and use fork
1 parent 6909f3b commit c60dc52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/_tools/scripts/publish_packages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ function publish( pkg, clbk ) {
853853
};
854854
if ( flags.patch ) {
855855
ghpagesOpts.tag = branch;
856-
ghpagesOpts.message = 'Release v'+version+' [skip actions]';
856+
ghpagesOpts.message = 'Release v'+version;
857857
} else {
858858
ghpagesOpts.message = 'Auto-generated commit';
859859
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"eslint": "^8.0.1",
123123
"eslint-plugin-node": "^11.1.0",
124124
"factor-bundle": "^2.5.0",
125-
"gh-pages": "^3.2.3",
125+
"gh-pages": "git+https://github.com/Planeshifter/gh-pages#main",
126126
"istanbul": "^0.4.1",
127127
"jsdoc": "^3.4.0",
128128
"lunr": "^2.3.9",

0 commit comments

Comments
 (0)