chore: change major to minor because we haven't make any breaking changes

Signed-off-by: djamaile <rdjamaile@gmail.com>
This commit is contained in:
djamaile
2022-06-09 12:40:21 +02:00
parent c8af5ea7b3
commit d507278a0c
2 changed files with 2 additions and 1 deletions
@@ -185,6 +185,7 @@ export const createPublishGitlabMergeRequestAction = (options: {
).then((mergeRequest: { web_url: string }) => {
return mergeRequest.web_url;
});
/** @deprecated */
ctx.output('projectid', projectPath);
ctx.output('projectPath', projectPath);
ctx.output('mergeRequestUrl', mergeRequestUrl);