Skip to content

chore: polish some modules readme #272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 2, 2025
Merged

Conversation

phorcys420
Copy link
Member

No description provided.

Copy link
Member

@matifali matifali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@matifali matifali requested a review from hugodutka July 31, 2025 16:23
@matifali matifali added the version:patch Add to PRs requiring a patch version upgrade label Jul 31, 2025
Copy link

❌ Version Bump Validation Failed

Bump Type: patch

Module versions need to be updated but haven't been bumped yet.

Required Actions:

  1. Run the version bump script locally: ./.github/scripts/version-bump.sh patch
  2. Commit the changes: git add . && git commit -m "chore: bump module versions (patch)"
  3. Push the changes: git push

Script Output:

🔍 Detecting modified modules...
Found modules:
registry/coder/modules/agentapi
registry/coder/modules/aider
registry/coder/modules/amazon-q

📦 Processing: coder/agentapi
Found git tag: release/coder/agentapi/v1.0.1 (v1.0.1)
Current version: 1.0.1
New version: 1.0.2
Updating version references for coder/agentapi in registry/coder/modules/agentapi/README.md

📦 Processing: coder/aider
Found git tag: release/coder/aider/v1.1.1 (v1.1.1)
Current version: 1.1.1
New version: 1.1.2
Updating version references for coder/aider in registry/coder/modules/aider/README.md

📦 Processing: coder/amazon-q
Found git tag: release/coder/amazon-q/v1.1.1 (v1.1.1)
Current version: 1.1.1
New version: 1.1.2
Updating version references for coder/amazon-q in registry/coder/modules/amazon-q/README.md

🔧 Running formatter to ensure consistent formatting...

📋 Summary:
Bump Type: patch

Modules Updated:

- coder/agentapi: v1.0.1 → v1.0.2
- coder/aider: v1.1.1 → v1.1.2
- coder/amazon-q: v1.1.1 → v1.1.2

READMEs Updated:

- coder/agentapi
- coder/aider
- coder/amazon-q

✅ Version bump completed successfully!
📝 README files have been updated with new versions.

Next steps:
1. Review the changes: git diff
2. Commit the changes: git add . && git commit -m 'chore: bump module versions (patch)'
3. Push the changes: git push

Please update the module versions and push the changes to continue.

Copy link
Contributor

@DevelopmentCats DevelopmentCats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing that I notice is that we should update the versions in the README since this will require a patch release for each module.

You will also want to run bun fmt on this so the CI will pass

@phorcys420 phorcys420 enabled auto-merge (squash) August 1, 2025 15:08
@phorcys420 phorcys420 merged commit 3afa720 into main Aug 2, 2025
4 checks passed
@phorcys420 phorcys420 deleted the phorcys420/readme-cleanup branch August 2, 2025 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version:patch Add to PRs requiring a patch version upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants