Skip to content

Commit 7f66cde

Browse files
authored
Resolve inconsistencies in .gitignore making release-plz fail (#1117)
* chore: fix release-plz file that are having problem with it * chore: remove warning about lambda-integration-tests not being published --------- Co-authored-by: Davide Melfi <dmelfi@amazon.com>
1 parent b5e978e commit 7f66cde

4 files changed

Lines changed: 1 addition & 22 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Cargo.lock
2121
.LSOverride
2222

2323
# Environment
24-
.env
2524
*.env.local
2625

2726
# AWS / SAM
-6 KB
Binary file not shown.

examples/lambda-rds-iam-auth/cdk/cdk.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

release-plz.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ git_release_enable = false
55
[[package]]
66
name = "lambda-integration-tests"
77
publish = false
8+
release = false
89

910
[changelog]
1011
protect_breaking_commits = true

0 commit comments

Comments
 (0)