Skip to content

chore(publish): simplify the experimental build comment - #205

Merged
derrickmehaffy merged 1 commit into
mainfrom
chore/simplify-experimental-comment
Aug 14, 2026
Merged

chore(publish): simplify the experimental build comment#205
derrickmehaffy merged 1 commit into
mainfrom
chore/simplify-experimental-comment

Conversation

@derrickmehaffy

Copy link
Copy Markdown
Contributor

Follow-up to #204, from reviewing the comment it posted on #201.

Drops the install command block. It was only ever
npm install <name>@<version>, and the version is in the table directly above.

Lists every package that was published. The comment named only the plugin,
but the run publishes both providers at the same version — so anyone testing a
provider change had nothing telling them what to install. The names are read
back out of the tarballs in the publish step rather than hardcoded, so the
comment cannot drift if a package is added or renamed.

Links the run.

Result:

Experimental build

Version 0.0.0-experimental.ff1018e…
Dist tag experimental
Commit ff1018e
Run 31762418490

Published at this version:

  • @strapi-community/plugin-rest-cache
  • @strapi-community/provider-rest-cache-memory
  • @strapi-community/provider-rest-cache-redis

Install by exact version - the experimental tag moves with every build.

The publish-experimental label has been removed. Add it again to publish another build.

Touches publish.yml, so it needs a maintainer to merge.

🤖 Generated with Claude Code

Drop the install command block - the version is right there and the command
was only ever `npm install <name>@<version>`.

List every package that was actually published instead. It named only the
plugin, while the run publishes the two providers at the same version too, so
anyone testing a provider change had no way to know what to install. The names
are read back out of the tarballs rather than hardcoded, so the comment cannot
drift when a package is added or renamed.

Also link the run that produced the build.

Co-Authored-By: Claude <noreply@anthropic.com>
@derrickmehaffy
derrickmehaffy merged commit ac7adcb into main Aug 14, 2026
12 checks passed
@derrickmehaffy
derrickmehaffy deleted the chore/simplify-experimental-comment branch August 14, 2026 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant