perspective-software/Tag n Slack

Creates a new Tag from `CHANGELOG.md` using the `version` from `package.json` and notifies Slack about the release.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-access-tokenAccess token for github allowed to read existing Tags of a repositoryyes
slack-webhook-urlProvide the Slack Webhook URLyes
slack-release-linkUrl of the "Visit" button in the Slack messageyes
package-json-pathPath of package.json./
slack-icon-emojiEmoji used in the Slack message (default = :rocket:):rocket:
project-nameName of the project (default = Github Repository Name)${{ github.event.repository.name }}
version-increment-strategyVersion management strategy, either changelog-file or github-releaseschangelog-file
target-commitishMain branch used by github-releasesmain
project-ownerthe repo owner's handle${{ github.event.repository.owner.login }}
remove-imagesRemove images and github user attachments from the Slack message${{ github.event.repository.private }}
ticket-configJSON string to format the ticketing system links{}
namedescription
releaseThe Github release object