Skip to content

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

Merged
Stebalien merged 2 commits intomasterfrom
feat/mkreleaselog-imp
May 13, 2020
Merged

fix(mkreleasenotes): include commits directly to master#7296
Stebalien merged 2 commits intomasterfrom
feat/mkreleaselog-imp

Conversation

@Stebalien
Copy link
Member

This will include:

  • Commits to master.
  • Squashed merges.

In the release notes.

Stebalien added 2 commits May 8, 2020 19:37
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.

2 participants