Skip to content

Commit 6af63de

Browse files
authored
chore: update branding and description in action.yml (#3)
1 parent 4788366 commit 6af63de

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

action.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
name: Terraform Module Releaser
2-
description: >
3-
This action identifies affected Terraform directories in a pull request, determines the necessary
4-
release type based on commit messages, and calculates the next version tag for each module. It then
5-
generates a pull request comment summarizing module changes and release types, commits, tags, and
6-
pushes new versions for each module individually, and creates a GitHub release for each module with
7-
a dynamically generated description. With this action, you can efficiently manage your Terraform
8-
modules, reduce manual overhead, and improve collaboration.
9-
author: "TechPivot"
2+
description: Automate versioning, releases, and documentation for Terraform modules in GitHub monorepos.
3+
author: TechPivot
104
branding:
11-
icon: "heart"
12-
color: "red"
5+
icon: package
6+
color: purple
137

148
inputs:
159
major-keywords:

0 commit comments

Comments
 (0)