Skip to content

Commit a0dd296

Browse files
committed
Merge branch 'master' of github.com:EventStore/EventStore-Client-Dotnet into DEVEX-185-Rebranding
2 parents ebc6e60 + d8978bc commit a0dd296

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: kind/bug
5+
labels: bug
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feature_request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: kind/enhancement
5+
labels: enhancement
66
assignees: ''
77

88
---

.github/release.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- ignore-for-release
5+
categories:
6+
- title: Added
7+
labels:
8+
- enhancement
9+
- title: Fixed
10+
labels:
11+
- bug
12+
- title: Changed
13+
labels:
14+
- "*"
15+
- title: Deprecated
16+
labels:
17+
- deprecated
18+
- title: Breaking Changes
19+
labels:
20+
- breaking
21+
- title: Documentation
22+
labels:
23+
- documentation

.github/workflows/base.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
framework: [ net8.0 ]
28+
framework: [ net9.0 ]
2929
os: [ ubuntu-latest ]
3030
configuration: [ release ]
3131
runs-on: ${{ matrix.os }}

.github/workflows/pull-request-check.yml

-23
This file was deleted.

0 commit comments

Comments
 (0)