Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
actions refactoring (via #152)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Jan 10, 2022
1 parent 22e5eb6 commit 1e662d8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 40 deletions.
25 changes: 0 additions & 25 deletions .github/release-drafter.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# release.yml

changelog:
categories:
- title: '🚀 New Features'
labels:
- 'type:new feature'
- title: '🔬 Improvements'
labels:
- 'type:improvement'
- title: '🐞 Bug Fixes'
labels:
- 'type:bug'
- title: '⬆️ Dependency Updates'
labels:
- 'type:dependencies'
- title: '⛔️ Security'
labels:
- 'type:security'
- title: '👻 Internal changes'
labels:
- 'type:internal'
14 changes: 0 additions & 14 deletions .github/workflows/draft-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 14.x
cache: 'yarn'
- name: Install Deps
run: yarn install
Expand Down

0 comments on commit 1e662d8

Please sign in to comment.