Skip to content

Commit dcc3765

Browse files
committedSep 1, 2022
chore: remove some outdated release steps
Also increase docs tests so they dont timeout when rebuilding cmark-gfm
1 parent d2712d1 commit dcc3765

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎Makefile

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
SHELL = bash
33

44
PUBLISHTAG = $(shell node scripts/publish-tag.js)
5-
BRANCH = $(shell git rev-parse --abbrev-ref HEAD)
65

76
# these docs have the @VERSION@ tag in them, so they have to be rebuilt
87
# whenever the package.json is touched, in case the version changed.
@@ -112,8 +111,6 @@ prune: deps
112111
node scripts/git-dirty.js
113112

114113
publish: gitclean ls-ok link test-all docs prune
115-
git push origin $(BRANCH) &&\
116-
git push origin --tags &&\
117114
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
118115

119116
release: gitclean ls-ok docs prune

‎docs/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"statements": 81,
4848
"branches": 72,
4949
"functions": 75,
50-
"lines": 81
50+
"lines": 81,
51+
"timeout": 600
5152
},
5253
"templateOSS": {
5354
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",

0 commit comments

Comments
 (0)
Please sign in to comment.