henge-ruff-jenkins
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -75,3 +75,6 @@ "use strict"; | ||
let project = this.project; | ||
let id = `${project.name}-${project.version}`; | ||
// for project release, whose branch name is "release-${release_id}" | ||
let withGitVersion = /release-/.test(this.branch); | ||
let gitShortVersion = new dotgit_1.DotGit(project.dir).short; | ||
let id = `${project.name}-${project.version}${withGitVersion ? `.${gitShortVersion}` : ''}`; | ||
if (platform) { | ||
@@ -78,0 +81,0 @@ id += `-${platform.name}`; |
{ | ||
"name": "henge-ruff-jenkins", | ||
"description": "Ruff Jenkins Plugin for Henge", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"main": "bld/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
10507
108