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

pin Octokit to 0.48 until FAKE is upgraded #243

Merged
merged 2 commits into from
May 28, 2021

Conversation

enovales
Copy link
Contributor

@enovales enovales commented May 28, 2021

Proposed Changes

Pin Octokit to 0.48, until fsprojects/FAKE#2594 is merged and released in FAKE. Currently, the scaffold pulls in a floating version of Octokit through FAKE. Octokit had a breaking interface change in 0.50 to UploadAsset, which broke FAKE in turn.

Until that is resolved, this unbreaks the scaffold, and allows GitHub releases to succeed.

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

Copy link
Owner

@TheAngryByrd TheAngryByrd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@TheAngryByrd TheAngryByrd enabled auto-merge (squash) May 28, 2021 18:48
@TheAngryByrd TheAngryByrd merged commit b98fd4a into TheAngryByrd:master May 28, 2021
TheAngryByrd added a commit that referenced this pull request May 28, 2021
## [0.27.0-beta002] - 2021-05-28

### Changed
- FSharp-Analyzers updated to 0.9.0, global.json version update to 5.0.300, MSBuild.StructuredLogger pinned to 2.1.500 from[@TheAngryByrd](https://github.com/TheAngryByrd)) -
- #244
- Octokit pinned to 0.48 from [@enovales](https://github.com/enovales) - #243

- Using TargetFramework in projects because we're only targeting net5.0 from [@TheAngryByrd](https://github.com/TheAngryByrd)) - #241

### Added
- Adds README to nuget package which will be displayed on nuget.org from [@TheAngryByrd](https://github.com/TheAngryByrd)) - #242
TheAngryByrd added a commit that referenced this pull request May 28, 2021
## [0.27.0] - 2021-05-28

### Changed
- FSharp-Analyzers updated to 0.9.0, global.json version update to 5.0.300, MSBuild.StructuredLogger pinned to 2.1.500 from[@TheAngryByrd](https://github.com/TheAngryByrd) - #244
- Octokit pinned to 0.48 from [@enovales](https://github.com/enovales) - #243
- Using TargetFramework in projects because we're only targeting net5.0 from [@TheAngryByrd](https://github.com/TheAngryByrd)) - #241

### Added
- Adds README to nuget package which will be displayed on nuget.org from [@TheAngryByrd](https://github.com/TheAngryByrd)) - #242
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants