Skip to content

Commit b58a9b7

Browse files
authored
Update KLARO_RELEASES.md
Add link to how to do a prerelease of node packages
1 parent 461e2cd commit b58a9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

KLARO_RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Mission statement: You found an error in _klaro_ and want to fix it, add it to _
1515
2. Fix the error, e.g, commit `fix: add more bunnies`.
1616
3. Build with `$ make`.
1717
4. Commit changes in `dist`, e.g. `build: make`.
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`.
18+
5. Create a new branch in `KTH/kth-style` from `HEAD` in `main` _or_ from the branch `deprecation`, whichever uses the latest version, e.g. `fix/klaro-with-more-bunnies`.
1919
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`.
2020
7. Commit change in `public/js/klaro-no-css.js`, e.g. `fix: klaro with more bunnies`
21-
8. Do a prerelease of `kth-style`, e.g. `9.10.10-0`.
21+
8. Do a [prerelease](https://github.com/KTH/team-kth-web-docs/wiki/Node-packages#make-a-pre-release) of `kth-style`, e.g. `9.10.10-0`.
2222
9. Test prerelease `kth-style@9.10.10-0`.
2323
10. Merge `fix/klaro-with-more-bunnies` into `main` in `kth-style`.
2424
11. Release `kth-style@9.10.10`. 🚀

0 commit comments

Comments
 (0)