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

Commit 1e662d8

Browse files
author
Artem Eroshenko
authored
actions refactoring (via #152)
1 parent 22e5eb6 commit 1e662d8

File tree

4 files changed

+23
-40
lines changed

4 files changed

+23
-40
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# release.yml
2+
3+
changelog:
4+
categories:
5+
- title: '🚀 New Features'
6+
labels:
7+
- 'type:new feature'
8+
- title: '🔬 Improvements'
9+
labels:
10+
- 'type:improvement'
11+
- title: '🐞 Bug Fixes'
12+
labels:
13+
- 'type:bug'
14+
- title: '⬆️ Dependency Updates'
15+
labels:
16+
- 'type:dependencies'
17+
- title: '⛔️ Security'
18+
labels:
19+
- 'type:security'
20+
- title: '👻 Internal changes'
21+
labels:
22+
- 'type:internal'

.github/workflows/draft-release.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Node
1313
uses: actions/setup-node@v1
1414
with:
15-
node-version: 12.x
15+
node-version: 14.x
1616
cache: 'yarn'
1717
- name: Install Deps
1818
run: yarn install

0 commit comments

Comments
 (0)