Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcaldas committed Feb 18, 2018
1 parent 7844895 commit 8565a7f
Show file tree
Hide file tree
Showing 9 changed files with 6,100 additions and 1,317 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# react-d3-graph · [![Build Status](https://travis-ci.org/danielcaldas/react-d3-graph.svg?branch=master)](https://travis-ci.org/danielcaldas/react-d3-graph) [![npm version](https://img.shields.io/badge/npm-v1.0.0-blue.svg)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads-2k-brightgreen.svg)](https://npm-stat.com/charts.html?package=react-d3-graph&from=2017-04-25&to=2018-02-11) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg)](https://probot.github.io/) [![trello](https://img.shields.io/badge/trello-board-blue.svg)](https://trello.com/b/KrnmFXha/react-d3-graph)
:book: [1.0.0](https://danielcaldas.github.io/react-d3-graph/docs/index.html) | [0.4.0](https://danielcaldas.github.io/react-d3-graph/docs/0.4.0.html) | [0.3.0](https://danielcaldas.github.io/react-d3-graph/docs/0.3.0.html)
# react-d3-graph · [![Build Status](https://travis-ci.org/danielcaldas/react-d3-graph.svg?branch=master)](https://travis-ci.org/danielcaldas/react-d3-graph) [![npm version](https://img.shields.io/badge/npm-v1.0.1-blue.svg)](https://www.npmjs.com/package/react-d3-graph) [![npm stats](https://img.shields.io/badge/downloads-2k-brightgreen.svg)](https://npm-stat.com/charts.html?package=react-d3-graph&from=2017-04-25&to=2018-02-11) [![probot enabled](https://img.shields.io/badge/probot:stale-enabled-yellow.svg)](https://probot.github.io/) [![trello](https://img.shields.io/badge/trello-board-blue.svg)](https://trello.com/b/KrnmFXha/react-d3-graph)
:book: [1.0.1](https://danielcaldas.github.io/react-d3-graph/docs/index.html) | [1.0.0](https://danielcaldas.github.io/react-d3-graph/docs/1.0.0.html) | [0.4.0](https://danielcaldas.github.io/react-d3-graph/docs/0.4.0.html) | [0.3.0](https://danielcaldas.github.io/react-d3-graph/docs/0.3.0.html)

### *Interactive and configurable graphs with react and d3 effortlessly*

Expand Down
17 changes: 11 additions & 6 deletions RELEASE_PROCESS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@
This is not yet a full automated process, so here are a few steps to get the thing properly released on github
and publish under npm registry.

### Setup (serve a local version to run tests against it)
1. npm run dist:sandbox
2. npm run start
### Release steps
1. npm run dist
2. npm run docs:lint (fix if errors)
3. Update versioning in package.json
4. npm run docs
5. Small tweaks on documentation page (quicklinks)
6. Replace current files in docs for the generated ones in gen-docs
7. git commit -m "Release x.x.x"
8. Create release x.x.x in github
9. git pull (origin master)
10. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
11. git commit -m "Update CHANGELOG"
12. npm publish
7. Update README links to documentation
8. git commit -m "Release x.x.x"
9. Create release x.x.x in github
10. git pull (origin master)
11. Generate CHANGELOG.md (github_changelog_generator -u GITHUB_USERNAME)
12. git commit -m "Update CHANGELOG"
13. npm publish
3 changes: 2 additions & 1 deletion docs/0.3.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
<h5>Versions</h5>
<ul>
<li><a href="./index.html">1.0.0 (latest)</a></li>
<li><a href="./index.html">1.0.1 (latest) 🚀</a></li>
<li><a href="./1.0.0.html">1.0.0</a></li>
<li><a href="./0.4.0.html">0.4.0</a></li>
<li><a href="./0.3.0.html">0.3.0</a></li>
</ul>
Expand Down
3 changes: 2 additions & 1 deletion docs/0.4.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ <h4><a href="https://github.com/danielcaldas/react-d3-graph" target="_blank">
<h4><a href="https://danielcaldas.github.io/react-d3-graph/sandbox/index.html" target="_blank">🔗 Live Demo</a></h4>
<h5>Versions</h5>
<ul>
<li><a href="./index.html">1.0.0 (latest)</a></li>
<li><a href="./index.html">1.0.1 (latest) 🚀</a></li>
<li><a href="./1.0.0.html">1.0.0</a></li>
<li><a href="./0.4.0.html">0.4.0</a></li>
<li><a href="./0.3.0.html">0.3.0</a></li>
</ul>
Expand Down
Loading

0 comments on commit 8565a7f

Please sign in to comment.