Skip to content

Commit

Permalink
gitlab version v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Sep 18, 2021
1 parent fd0280b commit a59ceaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-releaser",
"version": "0.1.4",
"version": "0.1.5",
"description": "Automated semantic and calendar versioning tool with plugin support.",
"main": "src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/gitlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function gitlab() {

const body = changelog.map(item => '- ' + item).join("\r\n")
const payload = {
baseUrl: 'https://gitlab.com/api/v3',
baseUrl: 'https://gitlab.com/api/v4',
token: this.config.get('gitlab.token'),
body: {
tag_name: tag,
Expand Down

0 comments on commit a59ceaf

Please sign in to comment.