From b9ad4e8ec10964693519b0af5547086feec084c2 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Thu, 8 Apr 2021 21:31:46 +0000 Subject: [PATCH 1/2] build: add git plugin to sematic-release config file --- .releaserc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.releaserc.yml b/.releaserc.yml index 16ae94b..198a611 100644 --- a/.releaserc.yml +++ b/.releaserc.yml @@ -4,6 +4,7 @@ plugins: - - "@semantic-release/changelog" - changelogFile: CHANGELOG.md - "@semantic-release/gitlab" + - "@semantic-release/git" branches: - "master" - "+([0-9])?(.{+([0-9]),x}).x" From 91b6464e8c5d5e31f3476f4faaf2fcb4531683c0 Mon Sep 17 00:00:00 2001 From: Evan Richardson Date: Thu, 8 Apr 2021 21:34:14 +0000 Subject: [PATCH 2/2] build: add missing npm install for git plugin --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a1be528..21ab79a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,7 +81,7 @@ release: - /^([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+[0-9A-Za-z-]+)?$/ script: - touch CHANGELOG.md - - npm install @semantic-release/gitlab @semantic-release/changelog + - npm install @semantic-release/gitlab @semantic-release/changelog @semantic-release/git - npx semantic-release artifacts: paths: