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

Changelog packages #170

Merged
merged 5 commits into from
Oct 4, 2019
Merged

Changelog packages #170

merged 5 commits into from
Oct 4, 2019

Conversation

emmatown
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 24, 2019

🦋 Changeset is good to go

Latest commit: b650b76

We got this.

Not sure what this means? Click here to learn what changesets are.

import { config } from "dotenv";
import { getInfo } from "@changesets/get-github-info";

config();
Copy link
Member Author

Choose a reason for hiding this comment

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

I have mixed feelings about this. Is adding dotenv an opinion that we should have?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Same - I don't have strong opinions. I think this is an easy path forward so happy to Just Merge for now. What do we do in other projects?

Copy link
Member Author

Choose a reason for hiding this comment

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

We use it in other places so I'm happy to Just Merge

@@ -1,7 +1,8 @@
// @ts-ignore
import fetch from "node-fetch";
Copy link
Member Author

Choose a reason for hiding this comment

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

I was lazy about typing this file because IMO the external API is the important part to be typed here. Typing the internals would just be painful and unhelpful.

Copy link
Collaborator

@Noviny Noviny left a comment

Choose a reason for hiding this comment

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

Approved, pending us being fine rolling with dotenv

import { config } from "dotenv";
import { getInfo } from "@changesets/get-github-info";

config();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Same - I don't have strong opinions. I think this is an easy path forward so happy to Just Merge for now. What do we do in other projects?

@Noviny
Copy link
Collaborator

Noviny commented Oct 4, 2019

(happy if you want to merge this)

@emmatown emmatown merged commit bb855a8 into master Oct 4, 2019
@emmatown emmatown deleted the changelog-packages branch October 4, 2019 06:33
@github-actions github-actions bot mentioned this pull request Oct 4, 2019
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