Skip to content

Commit 1d58491

Browse files
authored
Merge pull request #327 from microsoftgraph/rsh/fixReleaseArtifact
Update git-release.yml
2 parents a2348f1 + 67add68 commit 1d58491

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/git-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
ALLOW_EMPTY_CHANGELOG: "true"
3131
with:
3232
args: |
33-
drop/**
33+
drop/build/**/*.jar

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
910
### Added
11+
1012
### Changed
1113

1214
## [2.0.9] - 2021-09-14
15+
1316
### Added
17+
1418
- Workflow for build validation
1519
- Workflow for Maven preview and GitHub Release
1620
- Proper handling for InterruptedException
21+
1722
### Changed
23+
1824
- Casing fixed for Odata type parsing
1925
- Removed .azure-pipelines/**

0 commit comments

Comments
 (0)