We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328d84 commit 0db4b40Copy full SHA for 0db4b40
.github/workflows/ci.yml
@@ -223,6 +223,8 @@ jobs:
223
224
- name: Create GitHub Release
225
if: needs.build.outputs.is_production_release == 'true'
226
+ env:
227
+ GH_TOKEN: ${{ github.token }}
228
run: |
229
gh release create "v${{ needs.build.outputs.product_full_version }}" \
230
--verify-tag \
CHANGELOG.md
@@ -2,14 +2,6 @@
2
3
## Improvements:
4
5
-## Bug fixes:
6
-
7
-*Contributors of this release (in alphabetical order):*
8
9
-# v2.1.5 - 2024-11-06
10
11
-## Improvements:
12
13
* Support DateTimeOffset in value comparer (#180)
14
15
## Bug fixes:
0 commit comments