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

fix(mkreleasenotes): include commits directly to master #7296

Merged
merged 2 commits into from May 13, 2020

Conversation

Stebalien
Copy link
Member

This will include:

  • Commits to master.
  • Squashed merges.

In the release notes.

We should be including multiformats repos and repos from our core contributors.
This will include:

* Commits to master.
* Squashed merges.

In the release notes.
@Stebalien Stebalien requested a review from ribasushi May 9, 2020 02:55
Copy link
Contributor

@ribasushi ribasushi left a comment

Choose a reason for hiding this comment

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

Looks great!
Suggested small addition that made it run for me locally

@@ -6,8 +6,30 @@ export GOPATH="$(go env GOPATH)"

Copy link
Contributor

Choose a reason for hiding this comment

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

Not everybody has go-ipfs pulled down as an actual dep

Suggested change
! [[ -d "$GOPATH/src/github.com/ipfs/go-ipfs" ]] \
&& echo 'You must leave the current repository dir and `go get -v github.com/ipfs/go-ipfs` before using this script' \
&& exit 1

Copy link
Member Author

Choose a reason for hiding this comment

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

Well, this script assumes you're using a GOPATH and won't work without it, unfortunately.

@Stebalien Stebalien merged commit 8e7cead into master May 13, 2020
@Stebalien Stebalien mentioned this pull request May 26, 2020
77 tasks
@hacdias hacdias deleted the feat/mkreleaselog-imp branch May 9, 2023 10:58
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.

None yet

2 participants