Go to file
2022-12-27 09:25:32 +01:00
__tests__ Implement the "publish-action" action 2021-05-21 19:59:44 +03:00
.github Update CODEOWNERS (#20) 2022-12-27 09:25:32 +01:00
.licenses/npm Update actions/core to 1.10.0 (#16) 2022-11-22 13:08:49 +01:00
dist Update actions/core to 1.10.0 (#16) 2022-11-22 13:08:49 +01:00
src Integrate Slack notifications 2021-05-25 21:00:46 +03:00
.gitignore Implement the "publish-action" action 2021-05-21 19:59:44 +03:00
.licensed.yml Publish dependencies license (#2) 2021-05-26 16:20:39 +03:00
action.yml update node for action (#9) 2022-02-24 17:08:08 +03:00
jest.config.js Implement the "publish-action" action 2021-05-21 19:59:44 +03:00
LICENSE Implement the "publish-action" action 2021-05-21 19:59:44 +03:00
package-lock.json update package-lock.json version (#17) 2022-11-22 13:39:07 +01:00
package.json Update action to use reusable workflows (#19) 2022-12-22 09:54:55 +01:00
README.md Change wording in the README.md 2021-05-24 16:29:38 +03:00
tsconfig.json Implement the "publish-action" action 2021-05-21 19:59:44 +03:00

publish-action

Please note: this action is for internal usage only, issues are disabled and contributing PRs will not be reviewed. We also do not recommend this action for public or production usage while it is still in development.

This action adds reliability to the new action versions publishing and handles the following cases:

  • Update a major tag (v1, for example) to point to the latest release (v1.2.1, for example).
  • Create a major tag from the latest released tag if a major tag doesn't exist

Status

Alpha. Action is under development and internal testing.

Usage

This action can be triggered automatically when a release is created or manually using a workflow_dispatch event. The actual major tag update will require manual approval. See release-new-action-version.yml for usage example.

See action.yml for a complete description of input and output fields. Read more about action versioning notation in action-versioning.md.

To roll back a release in case of customer impact, start the workflow manually and specify the previous stable tag.

Conributions

We don't accept contributions until the action is ready for production.

License

The scripts and documentation in this project are released under the MIT License.