Esri / arcgis-rest-js

compact, modular JavaScript wrappers for the ArcGIS REST API
https://developers.arcgis.com/arcgis-rest-js/
Apache License 2.0
347 stars 119 forks source link

v3 branch and release process improvements #1129

Open tomwayson opened 11 months ago

tomwayson commented 11 months ago

Description

The last 3.x release of was a bit of a mess.

I wasn't sure which branch (master or 3.x) to have the contributor base off of and merge into. Once merged I had to find the 3.x release instructions, which haven't been updated since we have released 4.x, resulting in the 3.7.0 being published under the latest dist-tag on NPM.

Also, it looks like someone has released off of the 3.x branch, meaning that there are commits in 3.x that are not in master and vice versa.

I propose that we make the following changes to make the next 3.x release go smoother:

Link to page

No response