Skip to content

Commit

Permalink
chore: do not bump major on prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed May 8, 2023
1 parent 32c6d5a commit 699ff8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@eyevinn/hls-vodtolive",
"version": "4.0.0-rc.0",
"version": "3.0.0-rc.0",
"description": "NPM library to generate HLS Live from HLS VOD",
"main": "index.js",
"scripts": {
"test": "jasmine",
"doc": "jsdoc2md index.js > API.md",
"prebuild": "npm test",
"build": "npm run doc",
"version:rc": "npm version premajor --preid=rc",
"version:rc": "npm version prerelease --preid=rc",
"version": "npm run build && git add API.md",
"postversion": "git push && git push --tags",
"coverage": "nyc npm test && nyc report",
Expand Down

0 comments on commit 699ff8a

Please sign in to comment.