Skip to content

Commit e9d5a3f

Browse files
committed
Added GitHub workflows for build/release automation
1 parent 6631734 commit e9d5a3f

13 files changed

Lines changed: 1385 additions & 26 deletions

β€Ž.github/release.ymlβ€Ž

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- notes:ignore
5+
authors:
6+
- dependabot
7+
categories:
8+
- title: πŸ’₯ Breaking Changes
9+
labels:
10+
- notes:breaking-change
11+
- title: πŸŽ‰ New Features
12+
labels:
13+
- notes:new-feature
14+
- title: 🐞 Bug Fixes
15+
labels:
16+
- notes:bug-fix
17+
- title: πŸš€ Performance Improvements
18+
labels:
19+
- notes:performance-improvement
20+
- title: πŸ† Improvements
21+
labels:
22+
- notes:improvement
23+
- title: πŸ“„ Website and API Documentation
24+
labels:
25+
- notes:website-or-documentation
26+
- title: πŸ’ͺ Other Changes
27+
labels:
28+
- "*"

β€Ž.github/workflows/Lucene-Net-CodeAnalysis-Dev-Tests.ymlβ€Ž

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

0 commit comments

Comments
Β (0)