Skip to content

Commit 79db8b1

Browse files
authored
chore: release 8.2.0 beta2 (#1323)
* docs(release): add a release doc * chore(release): update version to 8.2.0-beta2 * update changelog according to release
1 parent 3257b2b commit 79db8b1

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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))
813
Enable linear easing on map camera ([#1281](https://github.com/react-native-mapbox-gl/maps/pull/1281))
914
Allow MapLibre as an option ([#1311](https://github.com/react-native-mapbox-gl/maps/pull/1311))
1015
Fix native UserLocation on Android ([#1284](https://github.com/react-native-mapbox-gl/maps/pull/1284))
1116
Add getClusterExpansionZoom to ShapeSource ([#1279](https://github.com/react-native-mapbox-gl/maps/pull/1279))
1217
Add type definition for AnimatedPoint ([#1280](https://github.com/react-native-mapbox-gl/maps/pull/1280))
1318

14-
----
1519

1620
## 8.2.0-beta1
1721

RELEASE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
},
@@ -97,4 +97,4 @@
9797
"yarn lint"
9898
]
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)