Skip to content

Commit

Permalink
Merge branch 'master' of github.com:EventStore/EventStore-Client-Dotn…
Browse files Browse the repository at this point in the history
…et into DEVEX-185-Rebranding
  • Loading branch information
w1am committed Jan 7, 2025
2 parents ebc6e60 + d8978bc commit a0dd296
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: kind/bug
labels: bug
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: kind/enhancement
labels: enhancement
assignees: ''

---
Expand Down
23 changes: 23 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
changelog:
exclude:
labels:
- ignore-for-release
categories:
- title: Added
labels:
- enhancement
- title: Fixed
labels:
- bug
- title: Changed
labels:
- "*"
- title: Deprecated
labels:
- deprecated
- title: Breaking Changes
labels:
- breaking
- title: Documentation
labels:
- documentation
2 changes: 1 addition & 1 deletion .github/workflows/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
framework: [ net8.0 ]
framework: [ net9.0 ]
os: [ ubuntu-latest ]
configuration: [ release ]
runs-on: ${{ matrix.os }}
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/pull-request-check.yml

This file was deleted.

0 comments on commit a0dd296

Please sign in to comment.