Skip to content

docs: bump version to 2.1.2 in README.md#134

Merged
toshimaru merged 3 commits into
mainfrom
release-v3
Dec 21, 2025
Merged

docs: bump version to 2.1.2 in README.md#134
toshimaru merged 3 commits into
mainfrom
release-v3

Conversation

@toshimaru

@toshimaru toshimaru commented Dec 21, 2025

Copy link
Copy Markdown
Owner
  • Release-As: 3.0.0 since it has bumping node from v20 to v24

This pull request introduces a documentation update and a minor workflow improvement. The main changes include instructions for automating version bumps in the README.md and updating a GitHub Action to its latest version.

Documentation automation:

  • Added a new command description in .claude/commands/bump-readme-ver.md detailing steps to automatically update the version in README.md based on the package.json version, including error handling if package.json is missing.

Workflow maintenance:

  • Updated the auto-author-assign GitHub Action in README.md from version v2.1.1 to v2.1.2 to ensure the workflow uses the latest improvements and fixes.

Release-As: 3.0.0
@toshimaru toshimaru changed the title feat: docs: bump version to 2.1.2 in README.md Dec 21, 2025
@toshimaru toshimaru marked this pull request as ready for review December 21, 2025 06:18
Copilot AI review requested due to automatic review settings December 21, 2025 06:18
@toshimaru toshimaru merged commit a076d10 into main Dec 21, 2025
6 checks passed
@toshimaru toshimaru deleted the release-v3 branch December 21, 2025 06:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This pull request updates the documentation to reflect version 2.1.2 and adds automation tooling for future version bumps. The changes ensure that the README.md usage example references the current version and provide instructions for automating version updates.

  • Updated GitHub Action version reference in usage example from v2.1.1 to v2.1.2
  • Added new automation command documentation for streamlining version bump process in README.md

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Updated the GitHub Action version reference in the usage example from v2.1.1 to v2.1.2 to match the current package version
.claude/commands/bump-readme-ver.md Added new automation command documentation that provides step-by-step instructions for updating README.md version based on package.json

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
runs-on: ubuntu-latest
steps:
- uses: toshimaru/[email protected].1
- uses: toshimaru/[email protected].2

Copilot AI Dec 21, 2025

Copy link

Choose a reason for hiding this comment

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

The workflow example uses a third-party GitHub Action toshimaru/auto-author-assign pinned only to a mutable tag (v2.1.2), which allows an upstream compromise or tag rebind to inject arbitrary code into your CI with access to GITHUB_TOKEN and any exposed secrets. An attacker who gains control over that action repository could change the tag to run malicious code in your workflows, leading to repository takeover or secret exfiltration. To reduce this supply chain risk, pin the action to a specific commit SHA and update it deliberately when you choose to trust a new version.

Copilot uses AI. Check for mistakes.
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.

2 participants