community-plugins/scripts/ci
Beth Griggs ee2783614c
feat: implement plugin archive process (#4860)
* feat: implement plugin archiving process

This commit introduces a process for archiving plugins and workspaces in
the project:

- `.github/archived-plugins.json` is added to track archived packages,
alongside `ARCHIVED_WORKSPACES.md` as a human-readable reference.

- `.github/workflows/deprecate-archived-plugins.yml` automates npm
deprecation using the new script `scripts/ci/deprecate-archived-plugins.sh`,
which runs `npm deprecate` for archived plugins.

- `scripts/archive.js` is added to automate the archiving of a plugin
or entire workspace, updating both tracking files.

- The plugin maintainer guide is updated with clear instructions on when
and how to archive plugins.

Refs: https://github.com/backstage/community-plugins/issues/4619
Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>

* fixup!

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

---------

Signed-off-by: Beth Griggs <bethanyngriggs@gmail.com>
2025-08-14 11:49:53 -04: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
deprecate-archived-plugins.sh feat: implement plugin archive process (#4860) 2025-08-14 11:49:53 -04: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
trigger-auto-version-bump.js meta: add schedule workflow to trigger auto-version-bump (#4635) 2025-07-21 20:42:13 +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