Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
build: add release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 25, 2019
1 parent 65fb75e commit 8cc1b05
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions .bumpedrc
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[youtube-dl documentation]: http://rg3.github.com/youtube-dl/documentation.html
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "youtube-dl",
"name": "@microlink/youtube-dl",
"description": "youtube-dl driver for node",
"keywords": [
"youtube",
Expand Down

0 comments on commit 8cc1b05

Please sign in to comment.