From a62610cd20fe8758845f5627f58489f0d5abddc5 Mon Sep 17 00:00:00 2001 From: Mohammad Amanalikhani Date: Thu, 12 Oct 2023 14:30:23 +0330 Subject: [PATCH 1/2] =?UTF-8?q?fix(ci):=20=D8=A7=D8=B5=D9=84=D8=A7=D8=AD?= =?UTF-8?q?=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MD Amanalikhani Co-authored-by: MD Amanalikhani --- .github/workflows/publish.yaml | 11 ++++------- CHANGELOG.md | 18 ------------------ package.json | 2 +- 3 files changed, 5 insertions(+), 26 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ce0c642..f2387fd 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -35,7 +35,6 @@ jobs: node-version: "18.x" registry-url: "https://registry.npmjs.org" - # Setup .npmrc file to publish to NPM Packages - run: | npm install npm run build @@ -53,11 +52,11 @@ jobs: # npm publish --access public # WithOut Scop + # Setup .npmrc file to publish to NPM Packages - name: Set package registry without -scope run: npm config set registry=https://registry.npmjs.org/ - name: Npm registry authentication run: npm set //registry.npmjs.org/:_authToken=$NPM_TOKEN - - name: registry always authentication - run: | npm publish --access public @@ -73,9 +72,7 @@ jobs: with: node-version: "18.x" registry-url: "https://npm.pkg.github.com" - scope: "@md-akhi" - - # Setup .npmrc file to publish to GitHub Packages + # scope: "@md-akhi" - run: | npm install @@ -84,14 +81,14 @@ jobs: uses: JesseTG/rm@v1.0.3 with: path: docs + # With Scop + # Setup .npmrc file to publish to GitHub Packages - name: Set package registry run: npm config set @md-akhi:registry=https://npm.pkg.github.com/ - name: Github package registry authentication run: npm set //npm.pkg.github.com/:_authToken=$GITHUB_TOKEN - - name: registry always authentication - run: | - npm pkg set name='@md-akhi/shdate' npm publish # WithOut Scop diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c11b86..95b99d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,3 @@ -## 2.1.19 (2023-10-12) - - -### Bug Fixes - -* **ci:** اصلاح ci ([fbb9033](https://github.com/md-akhi/SHDateTime-js/commits/fbb9033ecfd54ee2ecba7b8cc92ef0d38894b912)) - - - -## 2.1.18 (2023-10-12) - - -### Bug Fixes - -* **ci:** اصلاح ci ([c65e9e4](https://github.com/md-akhi/SHDateTime-js/commits/c65e9e41b7341a66cf72ba1d74c779bba46949f9)) - - -
# تغییرات diff --git a/package.json b/package.json index e514b16..90c6d8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shdate", - "version": "2.1.19", + "version": "2.1.20", "description": "Date and Time Related Extensions SH{Shamsi Hijri, Solar Hijri, Iranian Hijri}", "keywords": [ "date", From 4bd3de7438facbe6ed4020f81a004ffc16e12b0b Mon Sep 17 00:00:00 2001 From: Mohammad Amanalikhani Date: Thu, 12 Oct 2023 14:31:01 +0330 Subject: [PATCH 2/2] chore(release): Updated changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b99d1..5623cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 2.1.20 (2023-10-12) + + +### Bug Fixes + +* **ci:** اصلاح ci ([a62610c](https://github.com/md-akhi/SHDateTime-js/commits/a62610cd20fe8758845f5627f58489f0d5abddc5)) +* **ci:** اصلاح ci ([fbb9033](https://github.com/md-akhi/SHDateTime-js/commits/fbb9033ecfd54ee2ecba7b8cc92ef0d38894b912)) +* **ci:** اصلاح ci ([c65e9e4](https://github.com/md-akhi/SHDateTime-js/commits/c65e9e41b7341a66cf72ba1d74c779bba46949f9)) +* **ci:** اصلاح ci ([61407cd](https://github.com/md-akhi/SHDateTime-js/commits/61407cd173eb06fd00bfa3eba2677b0113045aae)) + + +
# تغییرات