-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from tookey-io/feature/update-0.16
Feature/update 0.16
- Loading branch information
Showing
615 changed files
with
31,986 additions
and
7,855 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
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
include-pre-releases: true | ||
exclude-labels: | ||
- 'skip-changelog' | ||
- 'release' | ||
- 'pre-release' | ||
categories: | ||
- title: "✨ Exciting New Features" | ||
labels: | ||
- "🌟 feature" | ||
- title: "🧩 Pieces" | ||
labels: | ||
- "🔌 pieces" | ||
- title: "🛠️ Piece Framework" | ||
labels: | ||
- "🛠️ piece-framework" | ||
- title: "🐞 Bug Fixes" | ||
labels: | ||
- "🐛 bug" | ||
- title: "🎨 Enhancements & Polish" | ||
labels: | ||
- "⭐ enhancement" | ||
- title: "📚 Documentation" | ||
labels: | ||
- "📚 documentation" | ||
- title: "🧹 Maintenance" | ||
labels: | ||
- "🧹 clean up" | ||
- "💻 tech debt" | ||
- title: "Other Changes" | ||
labels: | ||
- "*" | ||
- title: "🖥️ API Changes" | ||
labels: | ||
- "🖥️ api" | ||
|
||
template: | | ||
$CHANGES | ||
## Thanks ❤️ | ||
$CONTRIBUTORS |
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
name: Write Pre Release notes | ||
|
||
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize, edited, closed, labeled] | ||
|
||
permissions: | ||
contents: write | ||
pull-requests: write | ||
|
||
jobs: | ||
Release: | ||
if: contains(github.event.pull_request.labels.*.name, 'pre-release') | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set RELEASE env var from package.json | ||
run: echo RELEASE=$(node --print "require('./package.json').rcVersion") >> $GITHUB_ENV | ||
|
||
- name: Create release notes | ||
uses: release-drafter/release-drafter@v5 | ||
with: | ||
config-name: pre-release-drafter.yml | ||
commitish: main | ||
prerelease: true | ||
tag: ${{ env.RELEASE }} | ||
name: ${{ env.RELEASE }} | ||
version: ${{ env.RELEASE }} | ||
latest: false | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_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
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
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 |
---|---|---|
|
@@ -47,6 +47,7 @@ testem.log | |
.DS_Store | ||
Thumbs.db | ||
|
||
|
||
.angular | ||
.history/ | ||
packages/backend/.env | ||
|
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
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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<Tip> | ||
These features is only available in Paid edition, if you want to use it, please contact us at `[email protected]`. | ||
</Tip> |
Oops, something went wrong.