salemove / freddy

Messaging api supporting request-response and acknowledgements.
MIT License
9 stars 0 forks source link

Automatically publish package on version bump #72

Closed jaantohver closed 3 years ago

jaantohver commented 3 years ago

Previously the package needed to be manually published by somebody with permissions. This is a hasstle if the changes were authored by somebody without permissions. A Github Action will automatically publish a new version and add a tag when changes are merged to master that increase the version number in gemspec. If the version in unchanged when changes are merged then the action fails but does so silently.

See this PR for related discussion.

CHAN-1774

jaantohver commented 3 years ago

Ostap added the RUBYGEMS_API_KEY secret.

jaantohver commented 3 years ago

!merge