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: CONTRIBUTING.md
+3-14Lines changed: 3 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,8 @@ Lastly, run the test command from the console:
16
16
17
17
Follow this deploy process after all changes for the release are merged into main. You will copy and paste this checklist in the comment of the release pull request.
18
18
19
-
```
19
+
20
20
## Release checklist
21
21
22
-
1. Create a branch off `main` and a pull request with the following changes. Copy this checklist in the comment of the pull request.
23
-
- [ ] Update the [CHANGELOG.md](https://github.com/thaddmt/maplibre-gl-geocoder/blob/main/CHANGELOG.md) by comparing the last release and what is on `main`. In the changelog, replace the `main` heading with the to-be-released stable version.
24
-
- [ ] Update the version number in `package.json` and `package-lock.json`.
25
-
3. Request a PR review and then merge it into `main`.
26
-
4. Tag the release and start the build.
27
-
- [ ] Make sure you've pulled in all changes to `main` locally.
28
-
- [ ] Build the release with `npm run prepublish && npm run docs`
29
-
- [ ] Commit and push with commit message `vX.X.X`
30
-
- [ ] Create the git tag for the release with `git tag -a vX.X.X -m 'vX.X.X'`
31
-
- [ ] Push the tags with `git push --tags`
32
-
- [ ] Run `npm publish`
33
-
34
-
```
22
+
Using github actions, create a bump version PR, update the changelog in that PR.
23
+
Merge it to main and the rest will be done using Github actions.
0 commit comments