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: KLARO_RELEASES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Mission statement: You found an error in _klaro_ and want to fix it, add it to _
15
15
2. Fix the error, e.g, commit `fix: add more bunnies`.
16
16
3. Build with `$ make`.
17
17
4. Commit changes in `dist`, e.g. `build: make`.
18
-
5. Create a new branch in `KTH/kth-style` from `HEAD` in `main`, e.g. `fix/klaro-with-more-bunnies`.
18
+
5. Create a new branch in `KTH/kth-style` from `HEAD` in `main` or on the branch `deprecation`, whichever uses the latest version, e.g. `fix/klaro-with-more-bunnies`.
19
19
6. Copy `dist/klaro-no-css.js` in `KTH/klaro-js` to `public/js/klaro-no-css.js` in `KTH/kth-style`, branch `fix/klaro-with-more-bunnies`.
20
20
7. Commit change in `public/js/klaro-no-css.js`, e.g. `fix: klaro with more bunnies`
21
21
8. Do a prerelease of `kth-style`, e.g. `9.10.10-0`.
0 commit comments