From 9400fd0ba6263039255da44efcbc70365d488f71 Mon Sep 17 00:00:00 2001 From: vctqs1 Date: Mon, 18 Dec 2023 14:09:42 +0700 Subject: [PATCH 1/3] Avoid hypothetical concurrent initialization collisions. --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f900a6e..db6f54a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -71,7 +71,7 @@ jobs: run: npm run build - name: 🚀 Release - run: npx multi-semantic-release + run: npx multi-semantic-release --sequential-init --sequential-prepare env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} From 6ce7a29ff471d3503e6585214193f9cb3f0d6ee8 Mon Sep 17 00:00:00 2001 From: vctqs1 Date: Tue, 26 Dec 2023 13:08:13 +0700 Subject: [PATCH 2/3] rm unexpect change in workflow validate --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index db6f54a..f900a6e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -71,7 +71,7 @@ jobs: run: npm run build - name: 🚀 Release - run: npx multi-semantic-release --sequential-init --sequential-prepare + run: npx multi-semantic-release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} From 1e656d699cf6f6bdaa265423cfdca918eb19b124 Mon Sep 17 00:00:00 2001 From: vctqs1 Date: Thu, 28 Dec 2023 18:03:44 +0700 Subject: [PATCH 3/3] ADD CONTRIBUTOR --- README.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b044d22..85c587d 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,16 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d - - - - - - - - + + + + + + + + + +

Michael Peyper

💻 ⚠️ 📖

Braydon Hall

💻

Mohit

💻

Rubén Moya

💻

Mitchel van Bever

🤔

Kelvin Zhang

💻⚠️ 📖
Michael Peyper
Michael Peyper

💻 ⚠️ 📖
Braydon Hall
Braydon Hall

💻
Mohit
Mohit

💻
Rubén Moya
Rubén Moya

💻
Mitchel van Bever
Mitchel van Bever

🤔
vctqs1
vctqs1

💻 📖