edenlabllc/Create and upload tenant Artifact

Create and upload tenant Artifact to S3 specific bucket by semver.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
artifact_versionArtifact release version, mandatory in SemVer2 mode.no
autotagEnable auto tagging when merging into target branch.nofalse
github_token_repo_full_accessGitHub token with full access permissions to repositories.yes""
major_version_branchName of the base branch for publishing hotfixes to a specific major version line. Use this if you need to release a hotfix for an older major version, instead of the default branch (e.g., master). Example: projectname-v4 no""
push_tagManual push a tag from the current branch.nofalse
slack_notificationsEnable Slack notifications.nofalse
slack_webhookURL for Slack webhook (required if slack_notifications=true).no""
slack_message_release_notes_pathPath relative to the root of the repository to a file with release notes (required if slack_notifications=true). Example: docs/release-notes.md no""
slack_message_detailsAdditional information added to the body of the Slack message (only if slack_notifications=true). no""
update_tenant_environmentsList of tenants and environments for automatically updating the dependency version. Example: update_tenant_environments: | tenant1=env1 tenant2=env2 no""
update_tenant_workflow_fileTenant workflow file with a "on.workflow_dispatch" trigger (only if update_tenant_environments is specified).noproject-update.yaml

no outputs