Skip to content

Commit ca2dd82

Browse files
committed
v5.9.0
1 parent 1702355 commit ca2dd82

13 files changed

+1040
-847
lines changed

CHANGELOG.md

+65
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,71 @@ _Breaking changes, which may affect downstream projects, are marked with a_ ⚠
1919
[#xxx]: https://github.com/osmlab/osm-community-index/issues/xxx
2020
-->
2121

22+
# 5.9.0
23+
##### 2024-Dec-16
24+
* Updated dependencies, bump to location-conflation v1.4.1 / country-coder v5.3.1
25+
* Support new resource type: `bluesky`
26+
* Added:
27+
* Many community forum links ([#741],[#742],[#743],[#744],[#745],[#746],[#747],[#748],[#752]):
28+
* Africa
29+
* Austria
30+
* Bangladesh
31+
* Canada
32+
* Croatia
33+
* Estonia
34+
* Finland
35+
* Hungary
36+
* Indonesia
37+
* Malaysia
38+
* Mexico
39+
* Nepal
40+
* Russia
41+
* Sweden
42+
* Ukraine
43+
* Venezuela
44+
* Social networks for OSM Colombia ([#749])
45+
* Social networks for TadeoMappers ([#754])
46+
* Nelson, New Zealand mapping group ([#755])
47+
* Georgia Matrix ([#760])
48+
* Croatia resources and remove IRC ([#762])
49+
* Bulgaria Matrix ([#766])
50+
* Updated:
51+
* Switch OSM Berlin from Telegram to Mastodon ([#740])
52+
* Many sort orders updated ([#750],[#751],[#753]):
53+
* India
54+
* Ireland
55+
* Italy
56+
* Serbia
57+
* Thailand
58+
* Removed:
59+
* Ireland Meetup ([#750])
60+
* Indonesia mailing list
61+
* Many groups with dead links ([#757])
62+
* MapABQ ([#759])
63+
64+
[#740]: https://github.com/osmlab/osm-community-index/issues/740
65+
[#741]: https://github.com/osmlab/osm-community-index/issues/741
66+
[#742]: https://github.com/osmlab/osm-community-index/issues/742
67+
[#743]: https://github.com/osmlab/osm-community-index/issues/743
68+
[#744]: https://github.com/osmlab/osm-community-index/issues/744
69+
[#745]: https://github.com/osmlab/osm-community-index/issues/745
70+
[#746]: https://github.com/osmlab/osm-community-index/issues/746
71+
[#747]: https://github.com/osmlab/osm-community-index/issues/747
72+
[#748]: https://github.com/osmlab/osm-community-index/issues/748
73+
[#749]: https://github.com/osmlab/osm-community-index/issues/749
74+
[#750]: https://github.com/osmlab/osm-community-index/issues/750
75+
[#751]: https://github.com/osmlab/osm-community-index/issues/751
76+
[#752]: https://github.com/osmlab/osm-community-index/issues/752
77+
[#753]: https://github.com/osmlab/osm-community-index/issues/753
78+
[#754]: https://github.com/osmlab/osm-community-index/issues/754
79+
[#755]: https://github.com/osmlab/osm-community-index/issues/755
80+
[#757]: https://github.com/osmlab/osm-community-index/issues/757
81+
[#759]: https://github.com/osmlab/osm-community-index/issues/759
82+
[#760]: https://github.com/osmlab/osm-community-index/issues/760
83+
[#762]: https://github.com/osmlab/osm-community-index/issues/762
84+
[#766]: https://github.com/osmlab/osm-community-index/issues/766
85+
86+
2287
# 5.8.1
2388
##### 2024-Sep-12
2489
* Project has been tested and works on Node 22

CONTRIBUTING.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ We're always looking for help!
55
- Read [the Code of Conduct](CODE_OF_CONDUCT.md) and remember to be kind to one another.
66
- See [the project wiki](https://github.com/osmlab/osm-community-index/wiki) for info about how to contribute to this index.
77

8-
If you have any questions or want to reach out to a maintainer, ping
9-
[@bhousel][@bhousel] or [@awiseman][@awiseman] on:
8+
If you have any questions or want to reach out to a maintainer, ping [@bhousel][@bhousel] on:
109
- [OpenStreetMap US Slack](https://slack.openstreetmap.us/) (`#general` channel)
1110

1211
[@bhousel]: https://github.com/bhousel
13-
[@awiseman]: https://github.com/awiseman

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
This project is a list of resources for users of OpenStreetMap.
1616

17-
"Resources" can be links to forums, meetups, Slack groups, IRC channels, mailing lists, and so on.
17+
"Resources" can be links to forums, meetups, social networks, websites, etc.
1818
Anything that mappers, especially beginners, might find interesting or helpful.
1919

2020

@@ -38,12 +38,10 @@ We're always looking for help!
3838
- Read [the Code of Conduct](CODE_OF_CONDUCT.md) and remember to be kind to one another.
3939
- See [the project wiki](https://github.com/osmlab/osm-community-index/wiki) for info about how to contribute to this index.
4040

41-
If you have any questions or want to reach out to a maintainer, ping
42-
[@bhousel][@bhousel] or [@aawiseman][@aawiseman] on:
41+
If you have any questions or want to reach out to a maintainer, ping [@bhousel][@bhousel] on:
4342
- [OpenStreetMap US Slack](https://slack.openstreetmap.us/) (`#general` channel)
4443

4544
[@bhousel]: https://github.com/bhousel
46-
[@aawiseman]: https://github.com/aawiseman
4745

4846

4947
## License

RELEASE.md

+39-26
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,47 @@
1-
# Release Checklist
1+
## Release Checklist
22

3-
### Icons
3+
### Update Icons
44
This project bundles some icons from FontAwesome, corresponding to the types of
55
community resources. Whenever the list of resource types changes:
6-
- [ ] Edit `build_icons.js`
7-
- [ ] npm run icons
86

9-
### Update main branch, make sure tests pass
10-
- [ ] git checkout main
11-
- [ ] git pull origin
12-
- [ ] npm install
13-
- [ ] npm run test
7+
```bash
8+
# Edit `scripts/build_icons.js`
9+
npm run icons
10+
```
11+
12+
13+
### Update changelog, version, tag, and publish
1414

15-
### Update translations
16-
- [ ] npm run txpull
17-
- [ ] git add i18n/ && git commit -m 'npm run txpull'
15+
```bash
16+
# Make sure your main branch is up to date and all tests pass
17+
git checkout main
18+
git pull origin
19+
npm install
20+
npm run test
21+
22+
# Update translations
23+
npm run txpull
24+
git add i18n/ && git commit -m 'npm run txpull'
25+
26+
# Pick a version, see https://semver.org/ - for example: 'A.B.C' or 'A.B.C-pre.D'
27+
# Update version number in `package.json`
28+
# Update CHANGELOG.md and docs as needed
29+
export VERSION=vA.B.C-pre.D
30+
npm run dist
31+
git add . && git commit -m "$VERSION"
32+
git tag "$VERSION"
33+
git push origin main "$VERSION"
34+
npm publish
35+
```
1836

19-
### Update changelog, version, tag, then publish
20-
- [ ] Update `CHANGELOG.md`
21-
- [ ] Update version number in `package.json`
22-
- [ ] npm run dist
23-
- [ ] git add . && git commit -m 'vA.B.C'
24-
- [ ] git tag vA.B.C
25-
- [ ] git push origin main vA.B.C
26-
- [ ] npm publish
37+
Set as latest release on GitHub:
38+
- Open https://github.com/osmlab/osm-community-index/blob/main/CHANGELOG.md and copy the URL to the new release
39+
- Open https://github.com/osmlab/osm-community-index/tags and pick the new tag you just pushed
40+
- There should be a link like "create a release from the tag", click that, and paste in the link to the changelog.
2741

28-
Open https://github.com/osmlab/osm-community-index/tags
29-
Click "Add Release Notes" and link to the CHANGELOG
3042

31-
### Purge cache (optional)
43+
### Purge JSDelivr CDN cache
44+
Include any URLs that anyone might request.
3245

3346
```bash
3447
curl 'https://purge.jsdelivr.net/gh/osmlab/osm-community-index@main/dist/completeFeatureCollection.min.json'
@@ -38,7 +51,7 @@ curl 'https://purge.jsdelivr.net/npm/osm-community-index/dist/resources.min.json
3851
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5/dist/defaults.min.json'
3952
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5/dist/featureCollection.min.json'
4053
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5/dist/resources.min.json'
41-
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5.8/dist/defaults.min.json'
42-
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5.8/dist/featureCollection.min.json'
43-
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5.8/dist/resources.min.json'
54+
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5.9/dist/defaults.min.json'
55+
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5.9/dist/featureCollection.min.json'
56+
curl 'https://purge.jsdelivr.net/npm/osm-community-index@5.9/dist/resources.min.json'
4457
```

0 commit comments

Comments
 (0)