We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50f3656 + 33de176 commit b2de0f7Copy full SHA for b2de0f7
.github/release.yml
@@ -0,0 +1,24 @@
1
+# .github/release.yml
2
+
3
+changelog:
4
+ exclude:
5
+ labels:
6
+ - ignore-for-release
7
+ - skip-rn
8
+ - skip-release-note
9
+ - no-rn
10
+ - no-changelog
11
+ - new-release
12
+ categories:
13
+ - title: Exciting New Features 🎉
14
15
+ - feature
16
+ - title: Bugs
17
18
+ - hotfix
19
+ - fix
20
+ - bugs
21
+ - bug
22
+ - title: Other Changes
23
24
+ - "*"
README.md
@@ -35,3 +35,7 @@ feat-17
35
feat-18
36
37
feat-19
38
39
+feat-20
40
41
+feat-21
0 commit comments