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
-`--no-template` flag added to `new` to only use the commit body as the PR description without applying the PR description template. Can also be set by `noTemplate` config.
10
+
11
+
### Changed
12
+
13
+
- ✅ and 🟡 were switched to a green ✓ and yellow ●. Some terminals (for example, Android Studio) displayed those two character width emoji's as different lengths and so the formatting of tables was off.
14
+
15
+
### Fixed
16
+
17
+
- github forks are now supported. Before this fix, command like `new` would try to create pull requests on the `upstream` repository. Now they correctly use `origin`.
18
+
19
+
Special thanks to the following contributors for contributing to this release!
0 commit comments