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: waspc/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ Do the non-bold steps when necessary (decide for each step depending on the chan
433
433
- Update Open Saas:
434
434
- Check and merge all Open Saas PRs with the label `merge-before-release`.
435
435
- Create and merge new PRs if necessary (i.e., if there are breaking changes or new features it should make use of but aren't in one of the `merge-before-release` PRs).
436
-
- Update [the template tag in StarterTemplates.hs](https://github.com/wasp-lang/wasp/blob/a963125327c3ef5270207e685d0c3a426c9e3553/waspc/cli/src/Wasp/Cli/Command/CreateNewProject/StarterTemplates.hs#L189). It will point to a non-existing version of OpenSaas for now. That's ok, we'll handle that later.
436
+
- Update [the template tag in `AvailableTemplates.hs`](https://github.com/wasp-lang/wasp/blob/main/waspc/cli/src/Wasp/Cli/Command/CreateNewProject/AvailableTemplates.hs). It will point to a non-existing version of OpenSaas for now. That's ok, we'll handle that later.
437
437
- 👉 The version in `waspc.cabal` should already be correct, but double check and update it if needed.
438
438
- If you modify `waspc.cabal`: create a PR, wait for approval and all the checks (CI) to pass. Then squash and merge the PR into main.
439
439
- 👉 Ensure that you have merged any changes from the `release` branch into `main`. You can see the latest PR at https://github.com/wasp-lang/wasp/pull/release.
0 commit comments