-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add link to how to do a prerelease of node packages
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,10 @@ Mission statement: You found an error in _klaro_ and want to fix it, add it to _ | |
2. Fix the error, e.g, commit `fix: add more bunnies`. | ||
3. Build with `$ make`. | ||
4. Commit changes in `dist`, e.g. `build: make`. | ||
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`. | ||
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`. | ||
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`. | ||
7. Commit change in `public/js/klaro-no-css.js`, e.g. `fix: klaro with more bunnies` | ||
8. Do a prerelease of `kth-style`, e.g. `9.10.10-0`. | ||
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`. | ||
9. Test prerelease `[email protected]`. | ||
10. Merge `fix/klaro-with-more-bunnies` into `main` in `kth-style`. | ||
11. Release `[email protected]`. 🚀 | ||
|