Skip to content

Commit

Permalink
chore(ci): switch to auto-release
Browse files Browse the repository at this point in the history
Manual release requires a lot of local tooling
  • Loading branch information
kichik committed May 19, 2022
1 parent 89b3cf4 commit 72e982d
Show file tree
Hide file tree
Showing 8 changed files with 201 additions and 54 deletions.
1 change: 1 addition & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions .github/workflows/manual-release.yml

This file was deleted.

198 changes: 198 additions & 0 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 0 additions & 24 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const fs = require('fs');
const { awscdk } = require('projen');
const { Stability } = require('projen/lib/cdk/jsii-project');
const { ReleaseTrigger } = require('projen/lib/release');

const project = new awscdk.AwsCdkConstructLibrary({
author: 'Amir Szekely',
Expand All @@ -28,7 +27,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
// we build lambdas manually below
'src/lambdas',
],
releaseTrigger: ReleaseTrigger.manual(),
releaseToNpm: true,
publishToPypi: {
distName: 'cloudsnorkel.cdk-github-runners',
Expand Down
1 change: 0 additions & 1 deletion package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72e982d

Please sign in to comment.