Skip to content

Commit a1f103b

Browse files
authored
Set release date, remove --dry (#20)
* Remove `--dry` from publish command * Set release date
1 parent a24631b commit a1f103b

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
tag: "v${{ steps.package-version.outputs.current-version}}"
3030
name: "Release v${{ steps.package-version.outputs.current-version}}"
3131
# body: changelog...
32-
- run: npm publish --dry
32+
- run: npm publish --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
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

8-
## Version 0.1.0 - tbd
8+
## Version 0.1.0 - 2022-12-08
99

1010
### Added
1111

@@ -31,7 +31,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
- The GraphQL protocol adapter now uses a new middlewares mechanism instead of `cds.plugins` which requires `@sap/cds` version 6.3 to run. Enable the `cds.requires.middlewares` flag and register the GraphQL protocol adapter in `cds.env.protocols` to get started.
3333
- Replaced `debug` level query and mutation logging with improved `info` level request logging
34-
35-
### Fixed
36-
37-
### Removed

0 commit comments

Comments
 (0)