Skip to content

Commit

Permalink
chore: fixed LICENSE link
Browse files Browse the repository at this point in the history
chore: update npm release script
  • Loading branch information
Christophe Nouguier committed Nov 19, 2020
1 parent 2fd41c3 commit 5c7c4d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# k-hubeau

[![Latest Release](https://img.shields.io/github/v/tag/kalisio/k-hubeau?sort=semver&label=latest)](https://github.com/kalisio/k-hubeau/releases)
[![Build Status](https://travis-ci.org/kalisio/k-hubeau.png?branch=master)](https://travis-ci.org/kalisio/k-hubeau)
[![Build Status](https://travis-ci.com/kalisio/k-hubeau.png?branch=master)](https://travis-ci.org/kalisio/k-hubeau)

A [Krawler](https://kalisio.github.io/krawler/) based service to download data from French open portal [Hub'Eau](https://hubeau.eaufrance.fr/)

Expand Down Expand Up @@ -52,7 +52,7 @@ This project is sponsored by

## License

This project is licensed under the MIT License - see the [license file](./LICENCE) for details
This project is licensed under the MIT License - see the [license file](./LICENSE) for details



6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"scripts": {
"test": "echo \"Warning: no test specified\"",
"changelog": "changelog -x build,ci,chore,docs,other,perf,refactor,revert,style,test",
"release:major": "npm run changelog -- -M && git add CHANGELOG.md && git commit -m \"chore: updated CHANGELOG.md\" && git push && npm version --force major",
"release:minor": "npm run changelog -- -m && git add CHANGELOG.md && git commit -m \"chore: Updated CHANGELOG.md\" && git push && npm version --force minor",
"release:patch": "npm run changelog -- -p && git add CHANGELOG.md && git commit -m \"chore: Updated CHANGELOG.md\" && git push && npm version --force patch",
"release:major": "npm run changelog -- -M && git add CHANGELOG.md && git commit -m \"chore: updated CHANGELOG.md [skip ci]\" && git push && npm version --force major",
"release:minor": "npm run changelog -- -m && git add CHANGELOG.md && git commit -m \"chore: Updated CHANGELOG.md [skip ci]\" && git push && npm version --force minor",
"release:patch": "npm run changelog -- -p && git add CHANGELOG.md && git commit -m \"chore: Updated CHANGELOG.md [skip ci]\" && git push && npm version --force patch",
"postversion": "git push origin --tags"
},
"dependencies": {},
Expand Down

0 comments on commit 5c7c4d7

Please sign in to comment.