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
# Make sure to always remove init-history after first copybara push, else PRs created in destination will fail the workflow since --init-history is not compatible with CHANGE_REQUEST
36
-
# copybara_options: --init-history
36
+
# copybara_options: --init-history
37
+
# GitHub allows showing another README by default that is in .github https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes
Copy file name to clipboardExpand all lines: packages/react-router-busy/package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "react-router-busy",
3
3
"//version": "Not used https://semantic-release.gitbook.io/semantic-release/support/faq#why-is-the-package.jsons-version-not-updated-in-my-repository",
4
4
"version": "0.0.0",
5
-
"description": "Accessible busy state for react-router forms and links",
5
+
"description": "Drop-in busy state for react-router forms and links",
0 commit comments