Skip to content

Release v26.1.0#13

Merged
takaokouji merged 2 commits intomasterfrom
release/v26.1.0
Jan 20, 2026
Merged

Release v26.1.0#13
takaokouji merged 2 commits intomasterfrom
release/v26.1.0

Conversation

@takaokouji
Copy link
Collaborator

Summary

  • Update version to 26.1.0
  • Add GitHub Actions release workflow for automatic releases on tag push
  • Update README.md for speee fork

Changes

Version Update

  • Updated lib/jsonapi/resources/version.rb to version 26.1.0

GitHub Actions Release Workflow

Added .github/workflows/release.yml that:

  • Triggers on tag push (v*)
  • Verifies version in code matches tag version
  • Generates changelog from git history
  • Creates GitHub Release automatically

README.md Updates

  • Removed upstream-specific badges (Travis CI, Gem Version, Code Climate, Gitter)
  • Updated fork URL to speee/jsonapi-resources
  • Added both upstream and speee issue links for bug reporting
  • Removed Rails 5 bug report template link (pointed to upstream)

After Merge

After this PR is merged, create and push the tag:

git checkout master
git pull
git tag v26.1.0
git push origin v26.1.0

This will trigger the release workflow and create a GitHub Release automatically.


🤖 Generated with Claude Code

takaokouji and others added 2 commits January 20, 2026 22:39
- Update version to 26.1.0
- Add GitHub Actions release workflow for automatic releases on tag push
- Update README.md for speee fork:
  - Remove upstream-specific badges
  - Update fork URL to speee/jsonapi-resources
  - Add both upstream and speee issue links
  - Remove Rails 5 bug report template link

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@takaokouji takaokouji merged commit 6facf3b into master Jan 20, 2026
60 checks passed
@takaokouji takaokouji deleted the release/v26.1.0 branch January 20, 2026 13:59
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