Merged
Conversation
release.yml — triggered on tag push, verifies tag matches package.json, tests on Node 20+22, publishes to npm via NPM_TOKEN with provenance, creates a GitHub Release with auto-generated notes. dependabot.yml — weekly grouped updates for npm and github-actions. Requires NPM_TOKEN repo secret with a Granular Access Token scoped to @thecolony/ai (read+write). Create at npmjs.com/settings/tokens and add at github.com/TheColonyCC/vercel-ai-colony/settings/secrets/actions. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release automation and dependency management for @thecolony/ai.
release.yml
vX.Y.Ztag pushpackage.jsonversionNPM_TOKENdependabot.yml
Manual step before first release
Add an
NPM_TOKENrepo secret at https://github.com/TheColonyCC/vercel-ai-colony/settings/secrets/actionsThe token needs to be a Granular Access Token from npmjs.com scoped to
@thecolony/aiwith read+write permissions. You can either:@thecolony/aiThe
@thecolony/aipackage doesn't exist on npm yet — it will be auto-created on the firstnpm publish(the@thecolonyorg already exists).After merge
Actually — since we learned from colony-sdk-js that the first publish needs to happen manually to create the package on npm, the bootstrap publish should happen before tagging. After the package exists and the NPM_TOKEN is set, tagging will trigger the automated workflow.
Test plan