From 8cc1b05679815b578f8975b6dda0b3b2d111e0ff Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Fri, 25 Jan 2019 13:41:10 -0500 Subject: [PATCH] build: add release process --- .bumpedrc | 21 +++++++++++++++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 .bumpedrc diff --git a/.bumpedrc b/.bumpedrc new file mode 100644 index 0000000..319eed0 --- /dev/null +++ b/.bumpedrc @@ -0,0 +1,21 @@ +files: + - package.json +plugins: + prerelease: + Linting config files: + plugin: bumped-finepack + postrelease: + Generating CHANGELOG file: + plugin: bumped-changelog + Committing new version: + plugin: bumped-terminal + command: 'git add CHANGELOG.md package.json && git commit -m "Release $newVersion"' + Detecting problems before publish: + plugin: bumped-terminal + command: 'git-dirty' + Publishing tag to GitHub: + plugin: bumped-terminal + command: 'git tag $newVersion && git push && git push --tags' + Publishing to NPM: + plugin: bumped-terminal + command: npm publish diff --git a/README.md b/README.md index 3532776..c34411e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you're only interested in downloading only from youtube, you should consider With [npm](https://www.npmjs.com/) do: ``` sh -npm install youtube-dl +npm install @microlink/youtube-dl ``` ## Usage @@ -313,4 +313,4 @@ npm test MIT [youtube-dl]: http://rg3.github.com/youtube-dl/ -[youtube-dl documentation]: http://rg3.github.com/youtube-dl/documentation.html \ No newline at end of file +[youtube-dl documentation]: http://rg3.github.com/youtube-dl/documentation.html diff --git a/package.json b/package.json index d0772c2..712a217 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "youtube-dl", + "name": "@microlink/youtube-dl", "description": "youtube-dl driver for node", "keywords": [ "youtube",