Skip to content

Commit c765696

Browse files
authored
fix: draft release (#326)
1 parent fa39fdb commit c765696

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: npm test
3535
- name: "Package Wrapper"
3636
run: |
37-
mkdir ./build
37+
mkdir -p ./build
3838
npm run prepublish
3939
- name: "Set Version Env Variable"
4040
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/#semantic-versioning-200).
66

7-
## [1.0.0]
7+
## [1.0.0] - 2024-11-19
88

99
The Amazon Web Services (AWS) Advanced NodeJS Wrapper allows an application to take advantage of the features of clustered Aurora databases.
1010

0 commit comments

Comments
 (0)