• TypeScript 83.6%
  • JavaScript 16.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] f32a06b357
Bump actions/checkout from 6 to 7 (#129)
* Bump actions/checkout from 6 to 7

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* Update checkout action version in workflow

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Haritha <73516759+HarithaVattikuti@users.noreply.github.com>
2026-08-11 12:25:02 -05:00
.github Bump actions/checkout from 6 to 7 (#129) 2026-08-11 12:25:02 -05:00
.licenses/npm Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
__tests__ Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
dist Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
src Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05: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 Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
.prettierignore Add and configure ESLint and update configuration for Prettier (#26) 2023-03-08 09:50:45 +01:00
.prettierrc.json Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
action.yml Node24 (#92) 2025-09-02 21:38:09 -05:00
eslint.config.mjs Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
jest.config.ts Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
LICENSE Implement the "publish-action" action 2021-05-21 19:59:44 +03:00
package-lock.json Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
package.json Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05:00
README.md Document update - permission section (#44) 2025-01-16 08:47:36 -06:00
tsconfig.json Migrate to ESM and upgrade dependencies (#135) 2026-07-22 09:49:51 -05: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.

When using the publish-action in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality:

permissions:
  contents: write # access to publish release

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.