This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
11,763 additions
and
746 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
node_modules | ||
npm-debug.log | ||
npm-error.log | ||
yarn-debug.log | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,132 +1,132 @@ | ||
--- | ||
- name: approved-review | ||
- name: ✔️ approved-review | ||
color: '71FFA4' | ||
description: Review approved and PR ready to merge | ||
|
||
- name: awaiting-review | ||
- name: ⌛ awaiting-review | ||
color: 'E3A466' | ||
description: PR awaiting for review | ||
|
||
- name: blocked-review | ||
- name: ⛔ blocked-review | ||
color: 'E64320' | ||
description: Review blocked (specify why in comments) | ||
|
||
- name: bug | ||
- name: 🐛 bug | ||
color: 'E64320' | ||
description: Suspected/confirmed bug | ||
|
||
- name: chore | ||
- name: 🚧 chore | ||
color: 'E3A466' | ||
description: Tedious but necessary task | ||
|
||
- name: conflicts | ||
- name: ⛔ conflicts | ||
color: 'E67F03' | ||
description: Merge conflicts to be resolved by the author of the PR | ||
|
||
- name: discussion | ||
- name: 📝 discussion | ||
color: '78A5FF' | ||
description: Invite to discussion of collaborators | ||
|
||
- name: duplicate | ||
- name: ❌ duplicate | ||
color: 'FFFFFF' | ||
description: Duplicated issue link to the issue in comments | ||
|
||
- name: enhancement | ||
- name: 💡 enhancement | ||
color: '71FFA4' | ||
description: Improvement of existing code | ||
|
||
- name: big-enhancement | ||
- name: 💣 big-enhancement | ||
color: '00FF62' | ||
description: Epic improvement deserving a full release | ||
|
||
- name: ext-dependency | ||
- name: 🎉 ext-dependency | ||
color: 'E64320' | ||
description: Third-party dependency problem can't fix by our own | ||
|
||
- name: help-needed | ||
- name: 🆘 help-needed | ||
color: '78A5FF' | ||
description: Issue author is asking for help | ||
|
||
- name: in-progress | ||
- name: ⌛ in-progress | ||
color: '71FFA4' | ||
description: Issue is currently worked on | ||
|
||
- name: in-review | ||
- name: ⌛ in-review | ||
color: '71FFA4' | ||
description: Issue is currently reviewed | ||
|
||
- name: low-priority | ||
- name: ⚠️ low-priority | ||
color: '71FFA4' | ||
description: Non-urgent changes and future ideas | ||
|
||
- name: medium-priority | ||
- name: ⚠️ medium-priority | ||
color: 'E3A466' | ||
description: Can be worked on later | ||
|
||
- name: high-priority | ||
- name: ⚠️ high-priority | ||
color: 'E64320' | ||
description: Need to be worked on ASAP | ||
|
||
- name: critical-priority | ||
- name: ⚠️ critical-priority | ||
color: '000000' | ||
description: Stop all work in progress and work on this (to be used when REALLY necessary!) | ||
|
||
- name: question | ||
- name: ❓ question | ||
color: 'E3A466' | ||
description: Question awaiting answer before continuing to advance on the issue | ||
|
||
- name: research-needed | ||
- name: ⌛ research-needed | ||
color: '78A5FF' | ||
description: Research required be clear and concise | ||
|
||
- name: beginner | ||
- name: 🔰 beginner | ||
color: '71FFA4' | ||
description: Issue that can be resolved by beginners | ||
|
||
- name: intermediate | ||
- name: 🔰 intermediate | ||
color: 'E3A466' | ||
description: Issue requiring at least intermediate developers | ||
|
||
- name: advanced | ||
- name: 🔰 advanced | ||
color: 'E67F03' | ||
description: Issue requiring at least advanced developers | ||
|
||
- name: expert | ||
- name: 🔰 expert | ||
color: 'E64320' | ||
description: Issue requiring expert developers | ||
|
||
- name: feature | ||
- name: ⭐ feature | ||
color: '78A5FF' | ||
description: Functionnality request changes, improvements, additions, etc | ||
|
||
- name: blocked | ||
- name: ⛔ blocked | ||
color: 'EEEEEE' | ||
description: Is blocked by another issue (specify which in comments) | ||
|
||
- name: blocker | ||
- name: ⛔ blocker | ||
color: '000000' | ||
description: Blocks the progress of an issue requires special attention(specify which in comments) | ||
|
||
- name: windows | ||
- name: 🖥️ windows | ||
color: '2E95D1' | ||
description: Under Windows OS | ||
|
||
- name: macos | ||
- name: 🍎 macos | ||
color: '2E95D1' | ||
description: Under MacOS | ||
|
||
- name: linux | ||
- name: 🐧 linux | ||
color: '2E95D1' | ||
description: Under Linux OS | ||
|
||
- name: admin-task | ||
- name: 🚀 admin-task | ||
color: 'E64320' | ||
description: Task requiring an administrator | ||
|
||
- name: technical-task | ||
- name: 🚀 technical-task | ||
color: 'E67F03' | ||
description: Task requiring technical work | ||
|
||
- name: design-task | ||
- name: 🚀 design-task | ||
color: 'E67F03' | ||
description: Task requiring design work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,24 @@ | ||
name: Create Release - Pipeline | ||
|
||
name: Node.js Package | ||
on: | ||
push: | ||
tags: | ||
- '*' | ||
release: | ||
types: [created] | ||
workflow_dispatch: | ||
|
||
jobs: | ||
create-changelog: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
permissions: | ||
contents: read | ||
packages: write | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Create changelog text | ||
id: changelog | ||
uses: loopwerk/tag-changelog@v1 | ||
- uses: actions/checkout@v2 | ||
# Setup .npmrc file to publish to npm | ||
- uses: actions/setup-node@v2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
config_file: .github/config/tag-changelog-config.js | ||
|
||
- name: Create release | ||
uses: actions/create-release@latest | ||
node-version: '14.x' | ||
registry-url: 'https://registry.npmjs.org' | ||
- run: yarn | ||
# Publish to npm | ||
- run: yarn publish --access public | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
tag_name: ${{ github.ref }} | ||
release_name: Release ${{ github.ref }} | ||
body: ${{ steps.changelog.outputs.changes }} | ||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
#yarn commitlint -e $HUSKY_GIT_PARAMS | ||
yarn commitlint -e $HUSKY_GIT_PARAMS | ||
|
||
SIGNATURE="Signed-off-by: `git config --global --get user.name` <`git config --global --get user.email`>" | ||
grep -qs "^${SIGNATURE}" "$1" || echo "\n${SIGNATURE}" >> "$1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.