From 5e587183adf37322baf7888ae9e47e463931c60c Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Thu, 8 Dec 2022 10:25:18 +0100 Subject: [PATCH 1/2] Remove `--dry` from publish command --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c49fec1..03ef8406 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,6 +29,6 @@ jobs: tag: "v${{ steps.package-version.outputs.current-version}}" name: "Release v${{ steps.package-version.outputs.current-version}}" # body: changelog... - - run: npm publish --dry + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} From dc93cc275842a28a17af80c4f4bb9390759eaa40 Mon Sep 17 00:00:00 2001 From: Christian Georgi Date: Thu, 8 Dec 2022 10:26:12 +0100 Subject: [PATCH 2/2] Set release date --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f549aeed..d83961b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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/spec/v2.0.0.html). -## Version 0.1.0 - tbd +## Version 0.1.0 - 2022-12-08 ### Added @@ -31,7 +31,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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. - Replaced `debug` level query and mutation logging with improved `info` level request logging - -### Fixed - -### Removed