Skip to content
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

Automatically publish package on version bump #44

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

jaantohver
Copy link
Contributor

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

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.

CHAN-1774
@jaantohver
Copy link
Contributor Author

Ostap added the RUBYGEMS_API_KEY secret.

@jaantohver
Copy link
Contributor Author

!merge

@sm-deployer sm-deployer merged commit 48bd258 into master Oct 6, 2021
@sm-deployer sm-deployer deleted the automatic-publishing branch October 6, 2021 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants