Adding changelog update in API generator (#669)
* Update changelog with api generator Signed-off-by: saimedhi <saimedhi@amazon.com> * Update changelog with api generator Signed-off-by: saimedhi <saimedhi@amazon.com> --------- Signed-off-by: saimedhi <saimedhi@amazon.com>
This commit is contained in:
committed by
GitHub
parent
17a8471987
commit
b9d9bae06e
@@ -26,12 +26,6 @@ jobs:
|
||||
python3.7 -m pip install nox
|
||||
- name: Generate API
|
||||
run: nox -s generate
|
||||
- name: Update CHANGELOG
|
||||
uses: jacobtomlinson/gha-find-replace@v3
|
||||
with:
|
||||
find: "- Your contribution here."
|
||||
replace: "- Updated opensearch-py to reflect the latest OpenSearch API spec.\n- Your contribution here."
|
||||
include: "**CHANGELOG.md"
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
|
||||
|
||||
Reference in New Issue
Block a user