diff --git a/.gitattributes b/.gitattributes index 3fae576..8bb3c2d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen". +* text=auto eol=lf *.snap linguist-generated /.eslintrc.json linguist-generated /.gitattributes linguist-generated diff --git a/.projen/deps.json b/.projen/deps.json index 308f69f..b03ee2b 100644 --- a/.projen/deps.json +++ b/.projen/deps.json @@ -67,6 +67,11 @@ "version": "^7", "type": "build" }, + { + "name": "commit-and-tag-version", + "version": "^12", + "type": "build" + }, { "name": "constructs", "version": "^10.0.0", @@ -98,11 +103,6 @@ "name": "projen", "type": "build" }, - { - "name": "standard-version", - "version": "^9", - "type": "build" - }, { "name": "ts-jest", "type": "build" diff --git a/.projen/tasks.json b/.projen/tasks.json index 3fbbb8e..9a6d227 100644 --- a/.projen/tasks.json +++ b/.projen/tasks.json @@ -32,7 +32,8 @@ "CHANGELOG": "dist/changelog.md", "BUMPFILE": "dist/version.txt", "RELEASETAG": "dist/releasetag.txt", - "RELEASE_TAG_PREFIX": "" + "RELEASE_TAG_PREFIX": "", + "BUMP_PACKAGE": "commit-and-tag-version@^12" }, "steps": [ { @@ -230,7 +231,8 @@ "CHANGELOG": "dist/changelog.md", "BUMPFILE": "dist/version.txt", "RELEASETAG": "dist/releasetag.txt", - "RELEASE_TAG_PREFIX": "" + "RELEASE_TAG_PREFIX": "", + "BUMP_PACKAGE": "commit-and-tag-version@^12" }, "steps": [ { @@ -252,7 +254,7 @@ "exec": "npm install" }, { - "exec": "npm update @aws-sdk/client-cognito-identity-provider @aws-sdk/client-dynamodb @aws-sdk/client-s3 @aws-sdk/lib-dynamodb @hapi/boom @taimos/projen @types/aws-lambda @types/jest @types/js-yaml @types/jsonwebtoken @types/jwk-to-pem @types/lambda-log @types/node @types/uuid @typescript-eslint/eslint-plugin @typescript-eslint/parser constructs eslint-import-resolver-typescript eslint-plugin-import eslint jest jest-junit projen standard-version ts-jest ts-node typedoc typescript @aws-cdk/aws-cognito-identitypool-alpha aws-cdk-lib dynamodb-onetable openapi-typescript axios date-fns js-yaml jsonwebtoken jwk-to-pem lambda-log uuid" + "exec": "npm update @aws-sdk/client-cognito-identity-provider @aws-sdk/client-dynamodb @aws-sdk/client-s3 @aws-sdk/lib-dynamodb @hapi/boom @taimos/projen @types/aws-lambda @types/jest @types/js-yaml @types/jsonwebtoken @types/jwk-to-pem @types/lambda-log @types/node @types/uuid @typescript-eslint/eslint-plugin @typescript-eslint/parser commit-and-tag-version constructs eslint-import-resolver-typescript eslint-plugin-import eslint jest jest-junit projen ts-jest ts-node typedoc typescript @aws-cdk/aws-cognito-identitypool-alpha aws-cdk-lib dynamodb-onetable openapi-typescript axios date-fns js-yaml jsonwebtoken jwk-to-pem lambda-log uuid" }, { "exec": "npx projen" diff --git a/docs/projen/interfaces/ServerlessProjectOptions.html b/docs/projen/interfaces/ServerlessProjectOptions.html index 3316ad4..037625c 100644 --- a/docs/projen/interfaces/ServerlessProjectOptions.html +++ b/docs/projen/interfaces/ServerlessProjectOptions.html @@ -1873,7 +1873,7 @@
"latest&q
Optional
Readonly
versionrc Options
versionrc Options?: Record<string, any>
-
Custom configuration used when creating changelog with standard-version package. +
Custom configuration used when creating changelog with commit-and-tag-version package. Given values either append to default configuration or overwrite values in it.