-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 🎸 Initial commit of existing code and Terraform
- Loading branch information
Showing
56 changed files
with
5,374 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# -------------------------------------------- | ||
# | ||
# Standard recommended semantic-release configuration. | ||
# | ||
# Alternative configurations | ||
# - A .releaserc file, written in YAML or JSON, with optional extensions: .yaml/.yml/.json/.js | ||
# - A release.config.js file that exports an object | ||
# - A release key in the project's package.json file | ||
# Source: https://semantic-release.gitbook.io/semantic-release/usage/configuration#configuration-file | ||
# | ||
#---------------------------------------------- | ||
|
||
--- | ||
branches: | ||
- master | ||
- main | ||
plugins: | ||
- "@semantic-release/commit-analyzer" | ||
- - "@semantic-release/release-notes-generator" | ||
- "@semantic-release/changelog" | ||
- - "@semantic-release/git" | ||
- assets: | ||
- CHANGELOG.md | ||
- dist/global_retention_setter/bootstrap | ||
- dist/log_retention_setter/bootstrap | ||
- README.md | ||
message: "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[coverage] | ||
exclude-files = ["src/cloudwatch_logs_traits.rs", "src/cloudwatch_metrics_traits.rs", "src/error.rs"] | ||
|
||
[report] | ||
out = ["Html", "Xml", "Stdout"] | ||
output-dir = "reports" |
Oops, something went wrong.