Skip to content

Commit e1fe11c

Browse files
authored
Merge pull request #1562 from maxmind/greg/stable-rss-paths
Add section-level RSS feeds for release notes
2 parents d0ae9f1 + 1597b18 commit e1fe11c

File tree

36 files changed

+128
-92
lines changed

36 files changed

+128
-92
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.21.1
1+
v22.22.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ year:
102102
top of the archived file.
103103
3. Update link to the release notes in the navigation menu (`hugo.toml`) to
104104
point to the current year's path.
105-
4. Update the URLs in the redirects file (`static/_redirects`) to the current
106-
year's path.
105+
4. Update the redirect in `static/_redirects` for the base release notes path
106+
to point to the current year.
107107

108108
### Updating Example CSVs
109109

content/geoip/release-notes/2013.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2013 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2013-08-12" title="Canadian Postals back in database" >}}

content/geoip/release-notes/2014.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2014 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2014-12-16" title="More IPs mapped to postal codes" >}}

content/geoip/release-notes/2015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2015 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2015-11-17" title="libmaxminddb 1.1.2" >}} MaxMind has

content/geoip/release-notes/2016.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2016 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2016-11-08" title="Change to Comcast Business ISP name" >}}

content/geoip/release-notes/2017.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2017 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2017-11-02" title="Anonymizer types added to GeoIP2 Insights" >}}

content/geoip/release-notes/2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2018 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2018-11-19" title="Initial release of GeoIP2-node" >}} We

content/geoip/release-notes/2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2019 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2019-12-23" title="The USER_ID_REQUIRED error code is now ACCOUNT_ID_REQUIRED" >}}

content/geoip/release-notes/2020.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
draft: false
33
title: GeoIP Release Notes - 2020 Archive
44
type: release-note
5-
outputs: ['html', 'rss', 'markdown']
5+
outputs: ['html', 'markdown']
66
---
77

88
{{< release-note date="2020-12-30" title="United Kingdom will no longer be flagged is_in_european_union" >}}

0 commit comments

Comments
 (0)