Skip to content

Commit

Permalink
feat: enable nuget publish (#12)
Browse files Browse the repository at this point in the history
* feat: enable nuget publish

* Update README

* chore: self mutation

Signed-off-by: github-actions <[email protected]>

* Dep updates

Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
Hawxy and github-actions authored Dec 29, 2022
1 parent 8b8fce5 commit 7a1deba
Show file tree
Hide file tree
Showing 10 changed files with 534 additions and 443 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json

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

28 changes: 28 additions & 0 deletions .github/workflows/build.yml

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

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

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

2 changes: 2 additions & 0 deletions .mergify.yml

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

5 changes: 5 additions & 0 deletions .projen/deps.json

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

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

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

4 changes: 4 additions & 0 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/Hawxy/cdk-tailscale-bastion.git',
description: 'Deploys a AWS Bastion Host preconfigured for Tailscale access',
projenrcTs: true,
publishToNuget: {
packageId: 'CDK.Tailscale.Bastion',
dotNetNamespace: 'CDK.Tailscale.Bastion',
},
license: 'Apache-2.0',
stability: 'stable',
keywords: [
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ You may find this package useful if you need high performance access to internal

## Installation

`npm i cdk-tailscale-bastion -D`
JS/TS: `npm i cdk-tailscale-bastion -D`

C#: `dotnet add package CDK.Tailscale.Bastion`

## Instructions

Expand Down
23 changes: 15 additions & 8 deletions package.json

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

Loading

0 comments on commit 7a1deba

Please sign in to comment.