@atomist/atomist-sdm
Advanced tools
Comparing version 0.1.0-20180510015900 to 0.1.0-20180510021746
{ | ||
"sha": "79105a9bd8286221ecc415edd353b539777b89ce", | ||
"branch": "79105a9bd8286221ecc415edd353b539777b89ce", | ||
"sha": "7302d979cb25f05411804ea9b9ffabc34fdd0ee6", | ||
"branch": "7302d979cb25f05411804ea9b9ffabc34fdd0ee6", | ||
"repository": "git@github.com:atomist/atomist-sdm.git" | ||
} |
@@ -9,5 +9,2 @@ import { GitProject } from "@atomist/automation-client/project/git/GitProject"; | ||
export declare function executeReleaseDocker(projectLoader: ProjectLoader, projectIdentifier: ProjectIdentifier, preparations?: PrepareForGoalExecution[], options?: DockerOptions): ExecuteGoalWithLog; | ||
/** | ||
* Create release semantic version tag and GitHub release for that tag. | ||
*/ | ||
export declare function executeReleaseTag(projectLoader: ProjectLoader): ExecuteGoalWithLog; |
@@ -210,5 +210,2 @@ "use strict"; | ||
exports.executeReleaseDocker = executeReleaseDocker; | ||
/** | ||
* Create release semantic version tag and GitHub release for that tag. | ||
*/ | ||
function executeReleaseTag(projectLoader) { | ||
@@ -215,0 +212,0 @@ return (rwlc) => __awaiter(this, void 0, void 0, function* () { |
{ | ||
"name": "@atomist/atomist-sdm", | ||
"version": "0.1.0-20180510015900", | ||
"version": "0.1.0-20180510021746", | ||
"description": "an Atomist SDM to deliver automation client projects", | ||
@@ -5,0 +5,0 @@ "author": "Atomist, Inc.", |
Sorry, the diff of this file is not supported yet
203089
2589