community-plugins/scripts/ci
Bethany Griggs c5760f6a62
ci: create auto-version-bump workflow (#3799)
* ci: create auto-version-bump workflow

Adds a new GitHub Actions workflow (`auto-version-bump.yml`) to trigger
version bumps based on workspaces with a `.auto-version-bump` file.

`generate-auto-bump-matrix.js` generates a matrix of workspaces that contain
`.auto-version-bump` file, in batches of 10. Batches are triggered with a
5 minute delay to effort to avoid rate limit issues we hit before.

Initially, only the 'jfrog-artifactory' workspace has the `.auto-version-bump`
file. This is to test the workflow and ensure it works as expected before
adding to other workspaces.

Refs: https://github.com/backstage/community-plugins/issues/3231

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>

* fixup!

Signed-off-by: Bethany Griggs <bethanyngriggs@gmail.com>

---------

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
Signed-off-by: Bethany Griggs <bethanyngriggs@gmail.com>
2025-05-02 15:10:30 -05:00
..
check-if-release.js ci: fix regex issues 2024-09-24 11:13:37 +02:00
create-tag.js ci: fix missing notice 2024-09-24 11:13:37 +02:00
generate-auto-bump-matrix.js ci: create auto-version-bump workflow (#3799) 2025-05-02 15:10:30 -05:00
generate-bump-changesets.js ci: fix renovate changesets git issues (#1988) 2024-11-18 21:08:11 +01:00
generate-knip-report.js ci: fix missing notice 2024-09-24 11:13:37 +02:00
generate-version-bump-changeset.js chore(version-bump): add option to generate backstage version updates as either minor or patch updates (#1765) 2024-10-25 12:24:59 -05:00
list-workspaces-with-changes.js ci: fix missing notice 2024-09-24 11:13:37 +02:00
set-release-name.js ci(version-bump): refactor set release name (#1127) 2024-08-30 12:25:59 +01:00
verify-changesets.js ci: add verify changesets script 2024-02-21 14:01:11 +01:00
verify-lockfile-duplicates.js Fix verify 2024-02-20 15:03:47 +01:00