Skip to content

Commit

Permalink
feat(tooling): release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 31, 2020
1 parent 5211bcb commit 2d8213f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

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.

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.

## Website

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`.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"watch-diagrams": "tools/diagrams.js --watch",
"build": "npm run build-diagrams && hugo --gc --minify",
"build-diagrams": "tools/diagrams.js --all",
"clean": "premove public resources static/_gen && hugo mod clean --all && hugo mod tidy"
"clean": "premove public resources static/_gen && hugo mod clean --all && hugo mod tidy",
"release": "np --no-publish && conventional-github-releaser -p angular"
},
"author": "",
"license": "MIT",
Expand All @@ -35,10 +36,12 @@
"@mermaid-js/mermaid-cli": "^8.7.0",
"chokidar": "^3.4.2",
"concurrently": "^5.3.0",
"conventional-github-releaser": "^3.1.5",
"execa": "^4.0.3",
"globby": "^11.0.1",
"graphviz-cli": "^1.0.0",
"hugo-extended": "^0.74.3",
"np": "^6.5.0",
"premove": "^3.0.1"
}
}

0 comments on commit 2d8213f

Please sign in to comment.