From dcab143b9df4d0c07fa07a3706f9e2b0ef2623c2 Mon Sep 17 00:00:00 2001 From: Sebastian Meckovski Date: Tue, 3 Sep 2024 10:40:50 +0200 Subject: [PATCH 1/2] Pipeline fix --- .github/workflows/update-version.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index ae8a23b..15ef379 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -34,12 +34,6 @@ jobs: PR_URL=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.html_url') TITLE=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.title') - echo "$FIRST_MERGE_REQUEST" - echo "$DESCRIPTION" - echo "$AUTHOR" - echo "$PR_URL" - echo "$TITLE" - # Add version, description, author, PR URL, and title to CHANGELOG.md sed -i "2i ## ${PACKAGE_VERSION} (${VAR_TIME})\n- Description: ${DESCRIPTION}\n- Author: ${AUTHOR}\n- Pull request URL: ${PR_URL}\n- Title: ${TITLE}\n" CHANGELOG.md - name: Configure Git @@ -57,14 +51,3 @@ jobs: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc npm run build npm publish - - -# AUTHOR=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.user.login') -# TARGET_BRANCH=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.base.ref') -# PR_URL=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.html_url') -# TITLE=$(echo "$FIRST_MERGE_REQUEST" | jq -r '.title') - -# sed -i "2i - Author: ${AUTHOR}" CHANGELOG.md -# sed -i "2i - Pull request URL: ${PR_URL}" CHANGELOG.md -# sed -i "2i - Target branch: ${TARGET_BRANCH}" CHANGELOG.md -# sed -i "2i - Title: ${TITLE}" CHANGELOG.md \ No newline at end of file From bba04940725d97eb8acc410e36de54e893ebc602 Mon Sep 17 00:00:00 2001 From: Sebastian Meckovski Date: Tue, 3 Sep 2024 10:44:45 +0200 Subject: [PATCH 2/2] changelog cleared --- CHANGELOG.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cef627..8b13789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1 @@ -## 1.0.85 (2024-09-03) -- Description: test -- Author: sebastian-meckovski -- Pull request URL: https://github.com/sebastian-meckovski/Seb-Storybook/pull/5 -- Title: Auto deploy test - -## 1.0.84 (2024-09-03) -- Description: test - - - -