Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/release-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,5 @@ jobs:
- name: Copy the samples to ruby/features
run: npm ci && npm run copy-to:ruby
working-directory: devkit
- uses: cucumber/[email protected]
with:
working_directory: ruby
rubygems_api_key: ${{ secrets.RUBYGEMS_API_KEY }}
- uses: rubygems/release-gem@v1
working-directory: ruby
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- [Ruby] Fix release process

## [18.0.0] - 2025-02-24
### Changed
Expand Down