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

tap the next hook and tag prerelease versions for cocoapods #1713

Merged
merged 3 commits into from
Jan 14, 2021

Conversation

hborawski
Copy link
Collaborator

@hborawski hborawski commented Jan 13, 2021

What Changed

Add next support for cocoapods plugin.

Mostly just ported the next code from the docker plugin since the workflow is almost the same

Why

Trying to make the plugin as full featured as i can, next branches/releases are quite useful

Todo:

  • Add tests
  • Add docs

Change Type

Indicate the type of change your pull request is:

  • documentation
  • patch
  • minor
  • major
📦 Published PR as canary version: under canary scope @auto-canary@10.6.2-canary.1713.21050.0

✨ Test out this PR locally via:

npm install @auto-canary/bot-list@10.6.2-canary.1713.21050.0
npm install @auto-canary/auto@10.6.2-canary.1713.21050.0
npm install @auto-canary/core@10.6.2-canary.1713.21050.0
npm install @auto-canary/package-json-utils@10.6.2-canary.1713.21050.0
npm install @auto-canary/all-contributors@10.6.2-canary.1713.21050.0
npm install @auto-canary/brew@10.6.2-canary.1713.21050.0
npm install @auto-canary/chrome@10.6.2-canary.1713.21050.0
npm install @auto-canary/cocoapods@10.6.2-canary.1713.21050.0
npm install @auto-canary/conventional-commits@10.6.2-canary.1713.21050.0
npm install @auto-canary/crates@10.6.2-canary.1713.21050.0
npm install @auto-canary/docker@10.6.2-canary.1713.21050.0
npm install @auto-canary/exec@10.6.2-canary.1713.21050.0
npm install @auto-canary/first-time-contributor@10.6.2-canary.1713.21050.0
npm install @auto-canary/gem@10.6.2-canary.1713.21050.0
npm install @auto-canary/gh-pages@10.6.2-canary.1713.21050.0
npm install @auto-canary/git-tag@10.6.2-canary.1713.21050.0
npm install @auto-canary/gradle@10.6.2-canary.1713.21050.0
npm install @auto-canary/jira@10.6.2-canary.1713.21050.0
npm install @auto-canary/maven@10.6.2-canary.1713.21050.0
npm install @auto-canary/microsoft-teams@10.6.2-canary.1713.21050.0
npm install @auto-canary/npm@10.6.2-canary.1713.21050.0
npm install @auto-canary/omit-commits@10.6.2-canary.1713.21050.0
npm install @auto-canary/omit-release-notes@10.6.2-canary.1713.21050.0
npm install @auto-canary/pr-body-labels@10.6.2-canary.1713.21050.0
npm install @auto-canary/released@10.6.2-canary.1713.21050.0
npm install @auto-canary/s3@10.6.2-canary.1713.21050.0
npm install @auto-canary/slack@10.6.2-canary.1713.21050.0
npm install @auto-canary/twitter@10.6.2-canary.1713.21050.0
npm install @auto-canary/upload-assets@10.6.2-canary.1713.21050.0
npm install @auto-canary/vscode@10.6.2-canary.1713.21050.0
# or 
yarn add @auto-canary/bot-list@10.6.2-canary.1713.21050.0
yarn add @auto-canary/auto@10.6.2-canary.1713.21050.0
yarn add @auto-canary/core@10.6.2-canary.1713.21050.0
yarn add @auto-canary/package-json-utils@10.6.2-canary.1713.21050.0
yarn add @auto-canary/all-contributors@10.6.2-canary.1713.21050.0
yarn add @auto-canary/brew@10.6.2-canary.1713.21050.0
yarn add @auto-canary/chrome@10.6.2-canary.1713.21050.0
yarn add @auto-canary/cocoapods@10.6.2-canary.1713.21050.0
yarn add @auto-canary/conventional-commits@10.6.2-canary.1713.21050.0
yarn add @auto-canary/crates@10.6.2-canary.1713.21050.0
yarn add @auto-canary/docker@10.6.2-canary.1713.21050.0
yarn add @auto-canary/exec@10.6.2-canary.1713.21050.0
yarn add @auto-canary/first-time-contributor@10.6.2-canary.1713.21050.0
yarn add @auto-canary/gem@10.6.2-canary.1713.21050.0
yarn add @auto-canary/gh-pages@10.6.2-canary.1713.21050.0
yarn add @auto-canary/git-tag@10.6.2-canary.1713.21050.0
yarn add @auto-canary/gradle@10.6.2-canary.1713.21050.0
yarn add @auto-canary/jira@10.6.2-canary.1713.21050.0
yarn add @auto-canary/maven@10.6.2-canary.1713.21050.0
yarn add @auto-canary/microsoft-teams@10.6.2-canary.1713.21050.0
yarn add @auto-canary/npm@10.6.2-canary.1713.21050.0
yarn add @auto-canary/omit-commits@10.6.2-canary.1713.21050.0
yarn add @auto-canary/omit-release-notes@10.6.2-canary.1713.21050.0
yarn add @auto-canary/pr-body-labels@10.6.2-canary.1713.21050.0
yarn add @auto-canary/released@10.6.2-canary.1713.21050.0
yarn add @auto-canary/s3@10.6.2-canary.1713.21050.0
yarn add @auto-canary/slack@10.6.2-canary.1713.21050.0
yarn add @auto-canary/twitter@10.6.2-canary.1713.21050.0
yarn add @auto-canary/upload-assets@10.6.2-canary.1713.21050.0
yarn add @auto-canary/vscode@10.6.2-canary.1713.21050.0

@adierkens adierkens added the minor Increment the minor version when merged label Jan 13, 2021
@codecov
Copy link

codecov bot commented Jan 13, 2021

Codecov Report

Merging #1713 (f908c36) into master (46d0898) will increase coverage by 0.00%.
The diff coverage is 80.95%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1713   +/-   ##
=======================================
  Coverage   80.05%   80.05%           
=======================================
  Files          63       63           
  Lines        4788     4809   +21     
  Branches     1090     1097    +7     
=======================================
+ Hits         3833     3850   +17     
- Misses        658      659    +1     
- Partials      297      300    +3     
Impacted Files Coverage Δ
plugins/cocoapods/src/index.ts 87.58% <80.95%> (-1.13%) ⬇️

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 e5be470...f908c36. Read the comment docs.

@hipstersmoothie hipstersmoothie merged commit 2cd4f5a into intuit:master Jan 14, 2021
@adierkens
Copy link
Collaborator

🚀 PR was released in v10.8.0 🚀

@adierkens adierkens added the released This issue/pull request has been released. label Jan 14, 2021
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.

3 participants