Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 7e71fd5

Browse files
committed
Update metadata and add release workflow
1 parent 2226bba commit 7e71fd5

File tree

6 files changed

+133
-174
lines changed

6 files changed

+133
-174
lines changed

.github/workflows/release.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Release
2+
on:
3+
push:
4+
tags: ['*']
5+
permissions:
6+
contents: write
7+
jobs:
8+
release:
9+
name: Release
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout
13+
uses: actions/checkout@v2
14+
- name: Create GitHub release
15+
uses: docker://antonyurchenko/git-release:v4
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 105 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Changelog
22

3-
_**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
4-
53
## [5.0.1] - 2021-06-07
64

75
### Changed
@@ -10,6 +8,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
108

119
## [5.0.0] - 2021-04-17
1210

11+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
12+
1313
### Changed
1414

1515
- **Breaking:** modernize syntax and bump `standard` ([Level/community#98](https://github.com/Level/community/issues/98)) ([`e19cd54`](https://github.com/Level/levelup/commit/e19cd54), [`762d989`](https://github.com/Level/levelup/commit/762d989)) (Vincent Weevers)
@@ -83,6 +83,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
8383

8484
## [4.1.0] - 2019-06-28
8585

86+
_Many thanks to [**@MeirionHughes**](https://github.com/MeirionHughes) for adding `seek()` support to `memdown`, `encoding-down`, `deferred-leveldown` and `subleveldown`. At the time of writing, all but `subleveldown` have been released. Go forth and seek!_
87+
8688
### Changed
8789

8890
- Upgrade `deferred-leveldown` from `~5.0.0` to `~5.1.0` ([#657](https://github.com/Level/levelup/issues/657)) ([**@vweevers**](https://github.com/vweevers))
@@ -93,8 +95,6 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
9395
- Test `seek()` integration ([#661](https://github.com/Level/levelup/issues/661)) ([**@vweevers**](https://github.com/vweevers)) \*
9496
- Support options passed to `open()` ([#660](https://github.com/Level/levelup/issues/660), [#662](https://github.com/Level/levelup/issues/662)) ([**@achingbrain**](https://github.com/achingbrain), [**@vweevers**](https://github.com/vweevers))
9597

96-
**\* Historical Note** Many thanks to [**@MeirionHughes**](https://github.com/MeirionHughes) for adding `seek()` support to `memdown`, `encoding-down`, `deferred-leveldown` and `subleveldown`. At the time of writing, all but `subleveldown` have been released. Go forth and seek!
97-
9898
## [4.0.2] - 2019-06-08
9999

100100
### Changed
@@ -130,6 +130,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
130130

131131
## [4.0.0] - 2018-12-22
132132

133+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
134+
133135
### Changed
134136

135137
- Upgrade `nyc` devDependency from `~12.0.2` to `~13.1.0` ([**@ralphtheninja**](https://github.com/ralphtheninja))
@@ -201,6 +203,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
201203

202204
## [3.0.0] - 2018-05-23
203205

206+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
207+
204208
### Added
205209

206210
- Add node 10 to Travis ([**@ralphtheninja**](https://github.com/ralphtheninja))
@@ -262,6 +266,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
262266

263267
## [2.0.0] - 2017-10-10
264268

269+
_If you are upgrading: please see [`UPGRADING.md`](UPGRADING.md)._
270+
265271
### Added
266272

267273
- Add default export ([**@zixia**](https://github.com/zixia))
@@ -1135,194 +1141,194 @@ _**If you are upgrading:** please see [`UPGRADING.md`](UPGRADING.md)._
11351141

11361142
- Remove unused `inherits` variable ([**@rvagg**](https://github.com/rvagg))
11371143

1138-
[5.0.1]: https://github.com/Level/levelup/compare/v5.0.0...v5.0.1
1144+
[5.0.1]: https://github.com/Level/levelup/releases/tag/v5.0.1
11391145

1140-
[5.0.0]: https://github.com/Level/levelup/compare/v4.4.0...v5.0.0
1146+
[5.0.0]: https://github.com/Level/levelup/releases/tag/v5.0.0
11411147

1142-
[4.4.0]: https://github.com/Level/levelup/compare/v4.3.2...v4.4.0
1148+
[4.4.0]: https://github.com/Level/levelup/releases/tag/v4.4.0
11431149

1144-
[4.3.2]: https://github.com/Level/levelup/compare/v4.3.1...v4.3.2
1150+
[4.3.2]: https://github.com/Level/levelup/releases/tag/v4.3.2
11451151

1146-
[4.3.1]: https://github.com/Level/levelup/compare/v4.3.0...v4.3.1
1152+
[4.3.1]: https://github.com/Level/levelup/releases/tag/v4.3.1
11471153

1148-
[4.3.0]: https://github.com/Level/levelup/compare/v4.2.0...v4.3.0
1154+
[4.3.0]: https://github.com/Level/levelup/releases/tag/v4.3.0
11491155

1150-
[4.2.0]: https://github.com/Level/levelup/compare/v4.1.0...v4.2.0
1156+
[4.2.0]: https://github.com/Level/levelup/releases/tag/v4.2.0
11511157

1152-
[4.1.0]: https://github.com/Level/levelup/compare/v4.0.2...v4.1.0
1158+
[4.1.0]: https://github.com/Level/levelup/releases/tag/v4.1.0
11531159

1154-
[4.0.2]: https://github.com/Level/levelup/compare/v4.0.1...v4.0.2
1160+
[4.0.2]: https://github.com/Level/levelup/releases/tag/v4.0.2
11551161

1156-
[4.0.1]: https://github.com/Level/levelup/compare/v4.0.0...v4.0.1
1162+
[4.0.1]: https://github.com/Level/levelup/releases/tag/v4.0.1
11571163

1158-
[4.0.0]: https://github.com/Level/levelup/compare/v3.1.1...v4.0.0
1164+
[4.0.0]: https://github.com/Level/levelup/releases/tag/v4.0.0
11591165

1160-
[3.1.1]: https://github.com/Level/levelup/compare/v3.1.0...v3.1.1
1166+
[3.1.1]: https://github.com/Level/levelup/releases/tag/v3.1.1
11611167

1162-
[3.1.0]: https://github.com/Level/levelup/compare/v3.0.1...v3.1.0
1168+
[3.1.0]: https://github.com/Level/levelup/releases/tag/v3.1.0
11631169

1164-
[3.0.1]: https://github.com/Level/levelup/compare/v3.0.0...v3.0.1
1170+
[3.0.1]: https://github.com/Level/levelup/releases/tag/v3.0.1
11651171

1166-
[3.0.0]: https://github.com/Level/levelup/compare/v2.0.2...v3.0.0
1172+
[3.0.0]: https://github.com/Level/levelup/releases/tag/v3.0.0
11671173

1168-
[2.0.2]: https://github.com/Level/levelup/compare/v2.0.1...v2.0.2
1174+
[2.0.2]: https://github.com/Level/levelup/releases/tag/v2.0.2
11691175

1170-
[2.0.1]: https://github.com/Level/levelup/compare/v2.0.0...v2.0.1
1176+
[2.0.1]: https://github.com/Level/levelup/releases/tag/v2.0.1
11711177

1172-
[2.0.0]: https://github.com/Level/levelup/compare/v2.0.0-rc3...v2.0.0
1178+
[2.0.0]: https://github.com/Level/levelup/releases/tag/v2.0.0
11731179

1174-
[2.0.0-rc3]: https://github.com/Level/levelup/compare/v2.0.0-rc2...v2.0.0-rc3
1180+
[2.0.0-rc3]: https://github.com/Level/levelup/releases/tag/v2.0.0-rc3
11751181

1176-
[2.0.0-rc2]: https://github.com/Level/levelup/compare/v2.0.0-rc1...v2.0.0-rc2
1182+
[2.0.0-rc2]: https://github.com/Level/levelup/releases/tag/v2.0.0-rc2
11771183

1178-
[2.0.0-rc1]: https://github.com/Level/levelup/compare/v1.3.9...v2.0.0-rc1
1184+
[2.0.0-rc1]: https://github.com/Level/levelup/releases/tag/v2.0.0-rc1
11791185

1180-
[1.3.9]: https://github.com/Level/levelup/compare/v1.3.8...v1.3.9
1186+
[1.3.9]: https://github.com/Level/levelup/releases/tag/v1.3.9
11811187

1182-
[1.3.8]: https://github.com/Level/levelup/compare/v1.3.7...v1.3.8
1188+
[1.3.8]: https://github.com/Level/levelup/releases/tag/v1.3.8
11831189

1184-
[1.3.7]: https://github.com/Level/levelup/compare/v1.3.6...v1.3.7
1190+
[1.3.7]: https://github.com/Level/levelup/releases/tag/v1.3.7
11851191

1186-
[1.3.6]: https://github.com/Level/levelup/compare/v1.3.5...v1.3.6
1192+
[1.3.6]: https://github.com/Level/levelup/releases/tag/v1.3.6
11871193

1188-
[1.3.5]: https://github.com/Level/levelup/compare/v1.3.4...v1.3.5
1194+
[1.3.5]: https://github.com/Level/levelup/releases/tag/v1.3.5
11891195

1190-
[1.3.4]: https://github.com/Level/levelup/compare/v1.3.3...v1.3.4
1196+
[1.3.4]: https://github.com/Level/levelup/releases/tag/v1.3.4
11911197

1192-
[1.3.3]: https://github.com/Level/levelup/compare/v1.3.2...v1.3.3
1198+
[1.3.3]: https://github.com/Level/levelup/releases/tag/v1.3.3
11931199

1194-
[1.3.2]: https://github.com/Level/levelup/compare/v1.3.1...v1.3.2
1200+
[1.3.2]: https://github.com/Level/levelup/releases/tag/v1.3.2
11951201

1196-
[1.3.1]: https://github.com/Level/levelup/compare/v1.3.0...v1.3.1
1202+
[1.3.1]: https://github.com/Level/levelup/releases/tag/v1.3.1
11971203

1198-
[1.3.0]: https://github.com/Level/levelup/compare/v1.2.1...v1.3.0
1204+
[1.3.0]: https://github.com/Level/levelup/releases/tag/v1.3.0
11991205

1200-
[1.2.1]: https://github.com/Level/levelup/compare/v1.2.0...v1.2.1
1206+
[1.2.1]: https://github.com/Level/levelup/releases/tag/v1.2.1
12011207

1202-
[1.2.0]: https://github.com/Level/levelup/compare/v1.1.1...v1.2.0
1208+
[1.2.0]: https://github.com/Level/levelup/releases/tag/v1.2.0
12031209

1204-
[1.1.1]: https://github.com/Level/levelup/compare/v1.1.0...v1.1.1
1210+
[1.1.1]: https://github.com/Level/levelup/releases/tag/v1.1.1
12051211

1206-
[1.1.0]: https://github.com/Level/levelup/compare/v1.0.0...v1.1.0
1212+
[1.1.0]: https://github.com/Level/levelup/releases/tag/v1.1.0
12071213

1208-
[1.0.0]: https://github.com/Level/levelup/compare/v1.0.0-5...v1.0.0
1214+
[1.0.0]: https://github.com/Level/levelup/releases/tag/v1.0.0
12091215

1210-
[1.0.0-5]: https://github.com/Level/levelup/compare/v1.0.0-4...v1.0.0-5
1216+
[1.0.0-5]: https://github.com/Level/levelup/releases/tag/v1.0.0-5
12111217

1212-
[1.0.0-4]: https://github.com/Level/levelup/compare/v1.0.0-3...v1.0.0-4
1218+
[1.0.0-4]: https://github.com/Level/levelup/releases/tag/v1.0.0-4
12131219

1214-
[1.0.0-3]: https://github.com/Level/levelup/compare/v1.0.0-2...v1.0.0-3
1220+
[1.0.0-3]: https://github.com/Level/levelup/releases/tag/v1.0.0-3
12151221

1216-
[1.0.0-2]: https://github.com/Level/levelup/compare/v1.0.0-1...v1.0.0-2
1222+
[1.0.0-2]: https://github.com/Level/levelup/releases/tag/v1.0.0-2
12171223

1218-
[1.0.0-1]: https://github.com/Level/levelup/compare/v1.0.0-0...v1.0.0-1
1224+
[1.0.0-1]: https://github.com/Level/levelup/releases/tag/v1.0.0-1
12191225

1220-
[1.0.0-0]: https://github.com/Level/levelup/compare/v0.19.1...v1.0.0-0
1226+
[1.0.0-0]: https://github.com/Level/levelup/releases/tag/v1.0.0-0
12211227

1222-
[0.19.1]: https://github.com/Level/levelup/compare/v0.19.0...v0.19.1
1228+
[0.19.1]: https://github.com/Level/levelup/releases/tag/v0.19.1
12231229

1224-
[0.19.0]: https://github.com/Level/levelup/compare/v0.18.6...v0.19.0
1230+
[0.19.0]: https://github.com/Level/levelup/releases/tag/v0.19.0
12251231

1226-
[0.18.6]: https://github.com/Level/levelup/compare/v0.18.5...v0.18.6
1232+
[0.18.6]: https://github.com/Level/levelup/releases/tag/v0.18.6
12271233

1228-
[0.18.5]: https://github.com/Level/levelup/compare/v0.18.4...v0.18.5
1234+
[0.18.5]: https://github.com/Level/levelup/releases/tag/v0.18.5
12291235

1230-
[0.18.4]: https://github.com/Level/levelup/compare/v0.18.3...v0.18.4
1236+
[0.18.4]: https://github.com/Level/levelup/releases/tag/v0.18.4
12311237

1232-
[0.18.3]: https://github.com/Level/levelup/compare/v0.18.2...v0.18.3
1238+
[0.18.3]: https://github.com/Level/levelup/releases/tag/v0.18.3
12331239

1234-
[0.18.2]: https://github.com/Level/levelup/compare/v0.18.1...v0.18.2
1240+
[0.18.2]: https://github.com/Level/levelup/releases/tag/v0.18.2
12351241

1236-
[0.18.1]: https://github.com/Level/levelup/compare/0.18.0...v0.18.1
1242+
[0.18.1]: https://github.com/Level/levelup/releases/tag/v0.18.1
12371243

1238-
[0.18.0]: https://github.com/Level/levelup/compare/0.17.0...0.18.0
1244+
[0.18.0]: https://github.com/Level/levelup/releases/tag/0.18.0
12391245

1240-
[0.17.0]: https://github.com/Level/levelup/compare/0.16.0...0.17.0
1246+
[0.17.0]: https://github.com/Level/levelup/releases/tag/0.17.0
12411247

1242-
[0.16.0]: https://github.com/Level/levelup/compare/0.15.0...0.16.0
1248+
[0.16.0]: https://github.com/Level/levelup/releases/tag/0.16.0
12431249

1244-
[0.15.0]: https://github.com/Level/levelup/compare/0.14.0...0.15.0
1250+
[0.15.0]: https://github.com/Level/levelup/releases/tag/0.15.0
12451251

1246-
[0.14.0]: https://github.com/Level/levelup/compare/0.13.0...0.14.0
1252+
[0.14.0]: https://github.com/Level/levelup/releases/tag/0.14.0
12471253

1248-
[0.13.0]: https://github.com/Level/levelup/compare/0.12.0...0.13.0
1254+
[0.13.0]: https://github.com/Level/levelup/releases/tag/0.13.0
12491255

1250-
[0.12.0]: https://github.com/Level/levelup/compare/0.11.0...0.12.0
1256+
[0.12.0]: https://github.com/Level/levelup/releases/tag/0.12.0
12511257

1252-
[0.11.0]: https://github.com/Level/levelup/compare/0.10.0...0.11.0
1258+
[0.11.0]: https://github.com/Level/levelup/releases/tag/0.11.0
12531259

1254-
[0.10.0]: https://github.com/Level/levelup/compare/0.9.0...0.10.0
1260+
[0.10.0]: https://github.com/Level/levelup/releases/tag/0.10.0
12551261

1256-
[0.9.0]: https://github.com/Level/levelup/compare/0.8.0...0.9.0
1262+
[0.9.0]: https://github.com/Level/levelup/releases/tag/0.9.0
12571263

1258-
[0.8.0]: https://github.com/Level/levelup/compare/0.7.0...0.8.0
1264+
[0.8.0]: https://github.com/Level/levelup/releases/tag/0.8.0
12591265

1260-
[0.7.0]: https://github.com/Level/levelup/compare/0.6.2...0.7.0
1266+
[0.7.0]: https://github.com/Level/levelup/releases/tag/0.7.0
12611267

1262-
[0.6.2]: https://github.com/Level/levelup/compare/0.6.1...0.6.2
1268+
[0.6.2]: https://github.com/Level/levelup/releases/tag/0.6.2
12631269

1264-
[0.6.1]: https://github.com/Level/levelup/compare/0.6.0...0.6.1
1270+
[0.6.1]: https://github.com/Level/levelup/releases/tag/0.6.1
12651271

1266-
[0.6.0]: https://github.com/Level/levelup/compare/0.6.0-rc1...0.6.0
1272+
[0.6.0]: https://github.com/Level/levelup/releases/tag/0.6.0
12671273

1268-
[0.6.0-rc1]: https://github.com/Level/levelup/compare/0.5.4...0.6.0-rc1
1274+
[0.6.0-rc1]:https://github.com/Level/levelup/releases/tag/0.6.0-rc1
12691275

1270-
[0.5.4]: https://github.com/Level/levelup/compare/0.5.3...0.5.4
1276+
[0.5.4]: https://github.com/Level/levelup/releases/tag/0.5.4
12711277

1272-
[0.5.3]: https://github.com/Level/levelup/compare/0.5.3-1...0.5.3
1278+
[0.5.3]: https://github.com/Level/levelup/releases/tag/0.5.3
12731279

1274-
[0.5.3-1]: https://github.com/Level/levelup/compare/0.5.2...0.5.3-1
1280+
[0.5.3-1]: https://github.com/Level/levelup/releases/tag/0.5.3-1
12751281

1276-
[0.5.2]: https://github.com/Level/levelup/compare/0.5.1...0.5.2
1282+
[0.5.2]: https://github.com/Level/levelup/releases/tag/0.5.2
12771283

1278-
[0.5.1]: https://github.com/Level/levelup/compare/0.5.0...0.5.1
1284+
[0.5.1]: https://github.com/Level/levelup/releases/tag/0.5.1
12791285

1280-
[0.5.0]: https://github.com/Level/levelup/compare/0.5.0-1...0.5.0
1286+
[0.5.0]: https://github.com/Level/levelup/releases/tag/0.5.0
12811287

1282-
[0.5.0-1]: https://github.com/Level/levelup/compare/0.4.4...0.5.0-1
1288+
[0.5.0-1]: https://github.com/Level/levelup/releases/tag/0.5.0-1
12831289

1284-
[0.4.4]: https://github.com/Level/levelup/compare/0.4.3...0.4.4
1290+
[0.4.4]: https://github.com/Level/levelup/releases/tag/0.4.4
12851291

1286-
[0.4.3]: https://github.com/Level/levelup/compare/0.4.2...0.4.3
1292+
[0.4.3]: https://github.com/Level/levelup/releases/tag/0.4.3
12871293

1288-
[0.4.2]: https://github.com/Level/levelup/compare/0.4.1...0.4.2
1294+
[0.4.2]: https://github.com/Level/levelup/releases/tag/0.4.2
12891295

1290-
[0.4.1]: https://github.com/Level/levelup/compare/0.4.0...0.4.1
1296+
[0.4.1]: https://github.com/Level/levelup/releases/tag/0.4.1
12911297

1292-
[0.4.0]: https://github.com/Level/levelup/compare/0.3.3...0.4.0
1298+
[0.4.0]: https://github.com/Level/levelup/releases/tag/0.4.0
12931299

1294-
[0.3.3]: https://github.com/Level/levelup/compare/0.3.2...0.3.3
1300+
[0.3.3]: https://github.com/Level/levelup/releases/tag/0.3.3
12951301

1296-
[0.3.2]: https://github.com/Level/levelup/compare/0.3.1...0.3.2
1302+
[0.3.2]: https://github.com/Level/levelup/releases/tag/0.3.2
12971303

1298-
[0.3.1]: https://github.com/Level/levelup/compare/0.3.0...0.3.1
1304+
[0.3.1]: https://github.com/Level/levelup/releases/tag/0.3.1
12991305

1300-
[0.3.0]: https://github.com/Level/levelup/compare/0.2.1...0.3.0
1306+
[0.3.0]: https://github.com/Level/levelup/releases/tag/0.3.0
13011307

1302-
[0.2.1]: https://github.com/Level/levelup/compare/0.2.0...0.2.1
1308+
[0.2.1]: https://github.com/Level/levelup/releases/tag/0.2.1
13031309

1304-
[0.2.0]: https://github.com/Level/levelup/compare/0.1.2...0.2.0
1310+
[0.2.0]: https://github.com/Level/levelup/releases/tag/0.2.0
13051311

1306-
[0.1.2]: https://github.com/Level/levelup/compare/0.1.1...0.1.2
1312+
[0.1.2]: https://github.com/Level/levelup/releases/tag/0.1.2
13071313

1308-
[0.1.1]: https://github.com/Level/levelup/compare/0.1.0...0.1.1
1314+
[0.1.1]: https://github.com/Level/levelup/releases/tag/0.1.1
13091315

1310-
[0.1.0]: https://github.com/Level/levelup/compare/0.0.5...0.1.0
1316+
[0.1.0]: https://github.com/Level/levelup/releases/tag/0.1.0
13111317

1312-
[0.0.5]: https://github.com/Level/levelup/compare/0.0.5-1...0.0.5
1318+
[0.0.5]: https://github.com/Level/levelup/releases/tag/0.0.5
13131319

1314-
[0.0.5-1]: https://github.com/Level/levelup/compare/0.0.4...0.0.5-1
1320+
[0.0.5-1]: https://github.com/Level/levelup/releases/tag/0.0.5-1
13151321

1316-
[0.0.4]: https://github.com/Level/levelup/compare/0.0.3...0.0.4
1322+
[0.0.4]: https://github.com/Level/levelup/releases/tag/0.0.4
13171323

1318-
[0.0.3]: https://github.com/Level/levelup/compare/0.0.2...0.0.3
1324+
[0.0.3]: https://github.com/Level/levelup/releases/tag/0.0.3
13191325

1320-
[0.0.2]: https://github.com/Level/levelup/compare/0.0.2-1...0.0.2
1326+
[0.0.2]: https://github.com/Level/levelup/releases/tag/0.0.2
13211327

1322-
[0.0.2-1]: https://github.com/Level/levelup/compare/0.0.1...0.0.2-1
1328+
[0.0.2-1]: https://github.com/Level/levelup/releases/tag/0.0.2-1
13231329

1324-
[0.0.1]: https://github.com/Level/levelup/compare/0.0.0...0.0.1
1330+
[0.0.1]: https://github.com/Level/levelup/releases/tag/0.0.1
13251331

1326-
[0.0.0]: https://github.com/Level/levelup/compare/0.0.0-1...0.0.0
1332+
[0.0.0]: https://github.com/Level/levelup/releases/tag/0.0.0
13271333

13281334
[0.0.0-1]: https://github.com/Level/levelup/releases/tag/0.0.0-1

0 commit comments

Comments
 (0)