Skip to content

Commit

Permalink
Added npm command to install git-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
echel0n committed Apr 19, 2020
1 parent 022e36d commit 80f7158
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Thumbs.db
# Build Files #
######################
.yarn-cache
yarn.lock
package-lock.json
/bower_components/
/node_modules/
Expand Down
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ release:build:master:
- yarn install --pure-lockfile --cache-folder .yarn-cache
- pip install bumpversion
- pip install -r requirements-dev.txt
- npm install --no-package-lock git-changelog
- git-changelog -t $(cat sickrage/version.txt)
- bumpversion --allow-dirty release package.json sickrage/version.txt
- git checkout -b release-$(cat sickrage/version.txt)
Expand Down Expand Up @@ -157,6 +158,7 @@ release:build:develop:
- yarn install --pure-lockfile --cache-folder .yarn-cache
- pip install bumpversion
- pip install -r requirements-dev.txt
- npm install --no-package-lock git-changelog
- git-changelog -t $(cat sickrage/version.txt)
- bumpversion --allow-dirty dev package.json sickrage/version.txt
- yarn run build
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"eslint-loader": "^2.0.0",
"file-loader": "^1.1.11",
"gettext-parser": "^2.0.0",
"git-changelog": "^1.2.0",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jquery": "^3.3.1",
Expand Down Expand Up @@ -62,5 +61,8 @@
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8",
"webpack-spritesmith": "^0.5.4"
},
"dependencies": {
"git-changelog": "^1.2.0"
}
}

0 comments on commit 80f7158

Please sign in to comment.