Skip to content

Commit 42c149d

Browse files
committed
update
2 parents 68e04c1 + 65d00ee commit 42c149d

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/cleanup-release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
run: |
4646
mkdir -p release-notes
4747
RELEASE_NOTES_FILE="release-notes/opensearch-protobufs.release-notes-${{ env.RELEASE_TAG }}.md"
48+
RELEASE_DATE=$(date +%Y-%m-%d)
4849
49-
# Create header
50-
echo "# OpenSearch Protobufs ${{ env.RELEASE_TAG }} Release Notes" > "$RELEASE_NOTES_FILE"
50+
# Create header with version and date
51+
echo "## Version ${{ env.RELEASE_TAG }} ($RELEASE_DATE) Release Notes" > "$RELEASE_NOTES_FILE"
5152
echo "" >> "$RELEASE_NOTES_FILE"
5253
5354
# Copy changelog content (everything after the [Unreleased] header)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1111
- Preprocessing - Add schema exclusion list to filter out schemas and their dependencies ([#328](https://github.com/opensearch-project/opensearch-protobufs/pull/328))
1212
- Postprocessing- Add postprocessing support ([#333](https://github.com/opensearch-project/opensearch-protobufs/pull/333))
1313
- Preprocessing - Collapses single-item composite schemas (oneOf, allOf, anyOf) by replacing the composite with its single child schema. ([#334](https://github.com/opensearch-project/opensearch-protobufs/pull/334))
14-
- Add cleanup-release github workflow ([#335](https://github.com/opensearch-project/opensearch-protobufs/pull/335))
14+
- Add cleanup-release github workflow ([#338](https://github.com/opensearch-project/opensearch-protobufs/pull/338))
1515

1616
### Changed
1717
- Backward incompatible change for unimplemented query types `ScriptScoreQuery`, `SimpleQueryStringQuery`, `DisMaxQuery`, `IntervalsQuery`, `QueryStringQuery` and `TermsAggregation` ([#324](https://github.com/opensearch-project/opensearch-protobufs/pull/324))

0 commit comments

Comments
 (0)