You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,12 @@
4
4
5
5
## Install the bot at https://github.com/apps/changeset-bot
6
6
7
-
8
-
9
7
This bot will comment on PRs saying that either a user might need to add a changeset(note that PRs changing things like documentation generally don't need a changeset)or say that the PR is good and already has a changeset.
10
8
11
9
<imgwidth="1552"alt="screenshot of changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 before a changeset was added"src="https://user-images.githubusercontent.com/11481355/66183943-dc418680-e6bd-11e9-998d-e43f90a974bd.png">
12
10
13
11
<imgwidth="1552"alt="screenshot of the changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 showing the changeset good to go message"src="https://user-images.githubusercontent.com/11481355/66184229-cf716280-e6be-11e9-950e-0f64a31dbf15.png">
14
12
15
-
16
13
Sometimes, a contributor won't add a changeset to a PR but you might want to merge in the PR without having to wait on them to add it. To address this, this bot adds a link with the filename pre-filled to add a changeset so all you have to do is write the changeset and click commit.
17
14
18
15
<imgwidth="1552"alt="screenshot of the changeset bot message from https://github.com/mitchellhamilton/manypkg/pull/18 focused on the create a changeset link"src="https://user-images.githubusercontent.com/11481355/66184052-3a6e6980-e6be-11e9-8e62-8fd9d49af587.png">
@@ -27,17 +24,17 @@ When writing the changeset, it should look something like this with the packages
27
24
28
25
```markdown
29
26
---
30
-
'@changesets/cli': major
31
-
'@changesets/read': minor
27
+
"@changesets/cli": major
28
+
"@changesets/read": minor
32
29
---
33
30
34
31
A very helpful description of the changes
35
32
```
33
+
36
34
---
37
35
38
36
The information below is for contributing to the bot.
0 commit comments