damus-github-export

Damus issue data exported from github
git clone git://jb55.com/damus-github-export
Log | Files | Refs | README | LICENSE

commit 0d352dfe2e8b57ddc8ccfb25c6984d164ba9d5f4
parent 80cb482b886747fd672c9373340fc678997731df
Author: Gavin Rehkemper <gavin@gavinr.com>
Date:   Sun,  7 Feb 2021 20:36:04 -0600

fix(semantic-release): re-run release to fix github release

Diffstat:
MREADME.md | 6++----
Mpackage.json | 1+
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -73,6 +73,4 @@ See [CHANGELOG.md](https://github.com/gavinr/github-csv-tools/blob/master/CHANGE - [nodeCSV](https://www.npmjs.com/package/csv) - [commander](https://www.npmjs.com/package/commander) - [co](https://www.npmjs.com/package/co) -- [Tim Patterson's Post on Atlassian.com](https://developer.atlassian.com/blog/2015/11/scripting-with-node/) - -.- \ No newline at end of file +- [Tim Patterson's Post on Atlassian.com](https://developer.atlassian.com/blog/2015/11/scripting-with-node/)+ \ No newline at end of file diff --git a/package.json b/package.json @@ -53,6 +53,7 @@ "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/npm", + "@semantic-release/github", "@semantic-release/git" ] }