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

πŸ’Ž Ruby Gem Plugin #1217

Merged
merged 8 commits into from May 18, 2020
Merged

πŸ’Ž Ruby Gem Plugin #1217

merged 8 commits into from May 18, 2020

Conversation

hipstersmoothie
Copy link
Collaborator

@hipstersmoothie hipstersmoothie commented May 16, 2020

What Changed

Add a plugin to facilitate automating the releases for ruby gems.

Why

🀷

Todo:

  • Add tests
  • Add docs
πŸ“¦ Published PR as canary version: under canary scope @auto-canary@9.32.4-canary.1217.15703.0

✨ Test out this PR locally via:

npm install @auto-canary/bot-list@9.32.4-canary.1217.15703.0
npm install @auto-canary/auto@9.32.4-canary.1217.15703.0
npm install @auto-canary/core@9.32.4-canary.1217.15703.0
npm install @auto-canary/all-contributors@9.32.4-canary.1217.15703.0
npm install @auto-canary/brew@9.32.4-canary.1217.15703.0
npm install @auto-canary/chrome@9.32.4-canary.1217.15703.0
npm install @auto-canary/cocoapods@9.32.4-canary.1217.15703.0
npm install @auto-canary/conventional-commits@9.32.4-canary.1217.15703.0
npm install @auto-canary/crates@9.32.4-canary.1217.15703.0
npm install @auto-canary/exec@9.32.4-canary.1217.15703.0
npm install @auto-canary/first-time-contributor@9.32.4-canary.1217.15703.0
npm install @auto-canary/gem@9.32.4-canary.1217.15703.0
npm install @auto-canary/gh-pages@9.32.4-canary.1217.15703.0
npm install @auto-canary/git-tag@9.32.4-canary.1217.15703.0
npm install @auto-canary/gradle@9.32.4-canary.1217.15703.0
npm install @auto-canary/jira@9.32.4-canary.1217.15703.0
npm install @auto-canary/maven@9.32.4-canary.1217.15703.0
npm install @auto-canary/npm@9.32.4-canary.1217.15703.0
npm install @auto-canary/omit-commits@9.32.4-canary.1217.15703.0
npm install @auto-canary/omit-release-notes@9.32.4-canary.1217.15703.0
npm install @auto-canary/released@9.32.4-canary.1217.15703.0
npm install @auto-canary/s3@9.32.4-canary.1217.15703.0
npm install @auto-canary/slack@9.32.4-canary.1217.15703.0
npm install @auto-canary/twitter@9.32.4-canary.1217.15703.0
npm install @auto-canary/upload-assets@9.32.4-canary.1217.15703.0
# or 
yarn add @auto-canary/bot-list@9.32.4-canary.1217.15703.0
yarn add @auto-canary/auto@9.32.4-canary.1217.15703.0
yarn add @auto-canary/core@9.32.4-canary.1217.15703.0
yarn add @auto-canary/all-contributors@9.32.4-canary.1217.15703.0
yarn add @auto-canary/brew@9.32.4-canary.1217.15703.0
yarn add @auto-canary/chrome@9.32.4-canary.1217.15703.0
yarn add @auto-canary/cocoapods@9.32.4-canary.1217.15703.0
yarn add @auto-canary/conventional-commits@9.32.4-canary.1217.15703.0
yarn add @auto-canary/crates@9.32.4-canary.1217.15703.0
yarn add @auto-canary/exec@9.32.4-canary.1217.15703.0
yarn add @auto-canary/first-time-contributor@9.32.4-canary.1217.15703.0
yarn add @auto-canary/gem@9.32.4-canary.1217.15703.0
yarn add @auto-canary/gh-pages@9.32.4-canary.1217.15703.0
yarn add @auto-canary/git-tag@9.32.4-canary.1217.15703.0
yarn add @auto-canary/gradle@9.32.4-canary.1217.15703.0
yarn add @auto-canary/jira@9.32.4-canary.1217.15703.0
yarn add @auto-canary/maven@9.32.4-canary.1217.15703.0
yarn add @auto-canary/npm@9.32.4-canary.1217.15703.0
yarn add @auto-canary/omit-commits@9.32.4-canary.1217.15703.0
yarn add @auto-canary/omit-release-notes@9.32.4-canary.1217.15703.0
yarn add @auto-canary/released@9.32.4-canary.1217.15703.0
yarn add @auto-canary/s3@9.32.4-canary.1217.15703.0
yarn add @auto-canary/slack@9.32.4-canary.1217.15703.0
yarn add @auto-canary/twitter@9.32.4-canary.1217.15703.0
yarn add @auto-canary/upload-assets@9.32.4-canary.1217.15703.0

@hipstersmoothie hipstersmoothie added the minor Increment the minor version when merged label May 16, 2020
@codecov
Copy link

codecov bot commented May 16, 2020

Codecov Report

Merging #1217 into master will decrease coverage by 0.01%.
The diff coverage is 79.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1217      +/-   ##
==========================================
- Coverage   80.94%   80.92%   -0.02%     
==========================================
  Files          54       56       +2     
  Lines        3946     4042      +96     
  Branches      809      870      +61     
==========================================
+ Hits         3194     3271      +77     
- Misses        540      550      +10     
- Partials      212      221       +9     
Impacted Files Coverage Ξ”
plugins/first-time-contributor/src/index.ts 84.61% <ΓΈ> (ΓΈ)
packages/core/src/auto.ts 76.85% <50.00%> (+0.03%) ⬆️
plugins/gem/src/index.ts 78.65% <78.65%> (ΓΈ)
plugins/gem/src/utils.ts 100.00% <100.00%> (ΓΈ)
plugins/git-tag/src/index.ts 83.33% <100.00%> (+0.40%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data
Powered by Codecov. Last update 1d440a1...a77f991. Read the comment docs.

@hipstersmoothie hipstersmoothie changed the title Ruby Gem Plugin πŸ’Ž Ruby Gem Plugin May 18, 2020
@hipstersmoothie hipstersmoothie merged commit fa333d5 into master May 18, 2020
@hipstersmoothie hipstersmoothie deleted the gem branch May 18, 2020 16:59
@adierkens
Copy link
Collaborator

πŸš€ PR was released in v9.33.0 πŸš€

@adierkens adierkens added the released This issue/pull request has been released. label May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants