-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A change to "correctly rename object files for absolute paths" caused a bug in windows. A fix has already landed upstream in gyp-next and been release as 0.6.2, but has not yet made it's way to a release of node-gyp. This float the upgrade to 0.6.2 in node-gyp Closes: #1974 Refs: https://github.com/nodejs/gyp-next/releases/tag/v0.6.2 Refs: nodejs/node-gyp#2241 Signed-off-by: Myles Borins <mylesborins@github.com> PR-URL: #1976 Credit: @MylesBorins Close: #1976 Reviewed-by: @ruyadorno
- Loading branch information
1 parent
722b7ae
commit 4ae825c
Showing
4 changed files
with
79 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
name: release-please | ||
jobs: | ||
release-please: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: GoogleCloudPlatform/release-please-action@v2.5.6 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
release-type: python | ||
package-name: gyp-next | ||
bump-minor-pre-major: Yes |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.