Skip to content

Commit

Permalink
chore: remove some outdated release steps
Browse files Browse the repository at this point in the history
Also increase docs tests so they dont timeout when
rebuilding cmark-gfm
  • Loading branch information
lukekarrys committed Sep 1, 2022
1 parent d2712d1 commit dcc3765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
SHELL = bash

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

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

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

release: gitclean ls-ok docs prune
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"statements": 81,
"branches": 72,
"functions": 75,
"lines": 81
"lines": 81,
"timeout": 600
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
Expand Down

0 comments on commit dcc3765

Please sign in to comment.