Skip to content

Commit 2d8213f

Browse files
committed
feat(tooling): release scripts
1 parent 5211bcb commit 2d8213f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
This is the [Filecoin Specification](https://github.com/filecoin-project/specs), a repository that contains documents, code, models, and diagrams that constitute the specification of the [Filecoin Protocol](https://filecoin.io). This repository is the singular source of truth for the Filecoin Protocol. All implementations of the Filecoin Protocol should match and comply with the descriptions, interfaces, code, and models defined in this specification.
66

7-
Note that the `beta` branch of the specs moves quickly. We work to merge PRs as fast as possible into master, which means changes or reversals are possible here. Accordingly, we periodically compile swaths of spec along with a high-level difflog into the `release` branch. As the spec stabilizes, this practice will change.
8-
97
## Website
108

119
https://spec.filecoin.io is the user-friendly website rendering, which we recommend for reading this repository. The website is updated automatically with every merge to `master`.

Diff for: package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"watch-diagrams": "tools/diagrams.js --watch",
1212
"build": "npm run build-diagrams && hugo --gc --minify",
1313
"build-diagrams": "tools/diagrams.js --all",
14-
"clean": "premove public resources static/_gen && hugo mod clean --all && hugo mod tidy"
14+
"clean": "premove public resources static/_gen && hugo mod clean --all && hugo mod tidy",
15+
"release": "np --no-publish && conventional-github-releaser -p angular"
1516
},
1617
"author": "",
1718
"license": "MIT",
@@ -35,10 +36,12 @@
3536
"@mermaid-js/mermaid-cli": "^8.7.0",
3637
"chokidar": "^3.4.2",
3738
"concurrently": "^5.3.0",
39+
"conventional-github-releaser": "^3.1.5",
3840
"execa": "^4.0.3",
3941
"globby": "^11.0.1",
4042
"graphviz-cli": "^1.0.0",
4143
"hugo-extended": "^0.74.3",
44+
"np": "^6.5.0",
4245
"premove": "^3.0.1"
4346
}
4447
}

0 commit comments

Comments
 (0)