Skip to content

Commit 4d636ff

Browse files
committed
cleanup old github workflows
1 parent d59bf1d commit 4d636ff

File tree

4 files changed

+41
-67
lines changed

4 files changed

+41
-67
lines changed

.github/release.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
# https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes
3+
4+
changelog:
5+
exclude:
6+
labels:
7+
- duplicate
8+
- invalid
9+
- modulesync
10+
- question
11+
- skip-changelog
12+
- wont-fix
13+
- wontfix
14+
- github_actions
15+
16+
categories:
17+
- title: Breaking Changes 🛠
18+
labels:
19+
- backwards-incompatible
20+
21+
- title: New Features 🎉
22+
labels:
23+
- enhancement
24+
25+
- title: Bug Fixes 🐛
26+
labels:
27+
- bug
28+
- bugfix
29+
30+
- title: Documentation Updates 📚
31+
labels:
32+
- documentation
33+
- docs
34+
35+
- title: Dependency Updates ⬆️
36+
labels:
37+
- dependencies
38+
39+
- title: Other Changes
40+
labels:
41+
- "*"

.github/workflows/nightly.yml

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

.github/workflows/release_prep.yml

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

openvox-strings.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Gem::Specification.new do |s|
1616

1717
s.extra_rdoc_files = [
1818
'CHANGELOG.md',
19-
'CONTRIBUTING.md',
2019
'LICENSE',
2120
'README.md',
2221
]

0 commit comments

Comments
 (0)