Go to file
dependabot[bot] 0f919ea818
Bump undici from 5.27.2 to 5.28.4 (#40)
* Bump undici from 5.27.2 to 5.28.4

Bumps [undici](https://github.com/nodejs/undici) from 5.27.2 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* license update

* Fix validation checks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com>
2024-09-17 10:34:40 -05:00
__tests__ Node version upgrade to 20 (#38) 2023-12-07 13:11:08 +01:00
.github Node version upgrade to 20 (#38) 2023-12-07 13:11:08 +01:00
.licenses/npm Bump undici from 5.27.2 to 5.28.4 (#40) 2024-09-17 10:34:40 -05:00
dist Bump undici from 5.27.2 to 5.28.4 (#40) 2024-09-17 10:34:40 -05:00
src Node version upgrade to 20 (#38) 2023-12-07 13:11:08 +01:00
.eslintignore Add and configure ESLint and update configuration for Prettier (#26) 2023-03-08 09:50:45 +01:00
.eslintrc.js Remove implicit dependencies (#31) 2023-05-23 12:48:35 +02:00
.gitattributes Add and configure ESLint and update configuration for Prettier (#26) 2023-03-08 09:50:45 +01: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
.prettierignore Add and configure ESLint and update configuration for Prettier (#26) 2023-03-08 09:50:45 +01:00
.prettierrc.js Update configuration files (#28) 2023-03-15 00:45:45 +01:00
action.yml Node version upgrade to 20 (#38) 2023-12-07 13:11:08 +01: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 Bump undici from 5.27.2 to 5.28.4 (#40) 2024-09-17 10:34:40 -05:00
package.json Node version upgrade to 20 (#38) 2023-12-07 13:11:08 +01:00
README.md Update workflow badges (#24) 2023-01-31 07:50:16 +01:00
tsconfig.json Add and configure ESLint and update configuration for Prettier (#26) 2023-03-08 09:50:45 +01:00

publish-action

Basic validation

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.