forked from StateFarmIns/terraform-aws-default-log-retention
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.releaserc.yml
27 lines (26 loc) · 931 Bytes
/
.releaserc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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}"