File tree Expand file tree Collapse file tree 3 files changed +32
-4
lines changed
Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,18 @@ PR Title ([#123](link to my pr))
44
55----
66## NEXT
7- Add types for ` Logger ` class ([ #1316 ] ( https://github.com/react-native-mapbox-gl/maps/pull/1316 ) )
7+
8+
9+ ----
10+
11+ ## 8.2.0-beta2
12+ Add types for ` Logger ` class ([ #1316 ] ( https://github.com/react-native-mapbox-gl/maps/pull/1316 ) )
813Enable linear easing on map camera ([ #1281 ] ( https://github.com/react-native-mapbox-gl/maps/pull/1281 ) )
914Allow MapLibre as an option ([ #1311 ] ( https://github.com/react-native-mapbox-gl/maps/pull/1311 ) )
1015Fix native UserLocation on Android ([ #1284 ] ( https://github.com/react-native-mapbox-gl/maps/pull/1284 ) )
1116Add getClusterExpansionZoom to ShapeSource ([ #1279 ] ( https://github.com/react-native-mapbox-gl/maps/pull/1279 ) )
1217Add type definition for AnimatedPoint ([ #1280 ] ( https://github.com/react-native-mapbox-gl/maps/pull/1280 ) )
1318
14- ----
1519
1620## 8.2.0-beta1
1721
Original file line number Diff line number Diff line change 1+ # How to create a release for this repo
2+ ## Make sure ` master ` builds correctly
3+ Are all our [ actions] ( https://github.com/react-native-mapbox-gl/maps/actions ) passing successfully?
4+ If not, make sure to investigate the issue and fix it prior to a release.
5+
6+ ## Bump the version in our package.json
7+ Once you verified, that ` master ` isn't broken, go on and increase the ` version ` within our ` package.json ` .
8+
9+ ## Update the CHANGELOG accordingly
10+ Our CHANGELOG.md should be updated whenever a PR is merged/ noteworthy changes are commited to ` master ` .
11+ Prior to a release the changes should be documented under the ` NEXT ` section.
12+ Once it's clear, that a release is about to be published, move the items under ` NEXT ` to this releases sections.
13+ Let your actions be guided by the previous release entries.
14+
15+ ## Draft a new release on Github
16+ Within the [ releases] ( https://github.com/react-native-mapbox-gl/maps/releases ) section of the repo
17+ you can [ ` Draft a new release ` ] ( https://github.com/react-native-mapbox-gl/maps/releases/new ) .
18+
19+ ` Tag version ` & ` Release title ` should be the same.
20+ As redundant as it might sound, please add the changes from the ` CHANGELOG.md ` into the body of the release.
21+
22+ ## Monitor the repos issues for updates
23+ Once the release is out the door, make sure to monitor the issues closely for problems the community might encounter
24+
Original file line number Diff line number Diff line change 11{
22 "name" : " @react-native-mapbox-gl/maps" ,
33 "description" : " A Mapbox GL react native module for creating custom maps" ,
4- "version" : " 8.2.0-beta1 " ,
4+ "version" : " 8.2.0-beta2 " ,
55 "publishConfig" : {
66 "access" : " public"
77 },
9797 " yarn lint"
9898 ]
9999 }
100- }
100+ }
You can’t perform that action at this time.
0 commit comments