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
> An [npm initializer](https://docs.npmjs.com/cli/commands/npm-init) for creating new [Elm](https://elm-lang.org) packages.
@@ -25,7 +25,9 @@ Please review the generated code before using it to ensure it meets your needs a
25
25
- Automatically publish new versions using [`elm-publish-action`](https://github.com/dillonkearns/elm-publish-action).
26
26
Note the initial version 1.0.0 must be published manually.
27
27
28
-
Note the GitHub workflow assumes your default branch is called `main`. If that's not the case, you can update the 2 references to `main` at the top of `.github/workflows/CI.yaml` after you run the initializer.
28
+
Note the GitHub workflow assumes your default branch is called `main`. If that's not the case, you should update the following places after you run the initializer:
29
+
- The 2 references to `main` at the top of `.github/workflows/CI.yaml`.
30
+
-`?branch=main` in the _GitHub Workflow Status_ badge URL in `README.md`.
0 commit comments