Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
/ memdown Public archive

Commit d99c1ab

Browse files
committed
Update metadata and add release workflow
1 parent 9d9691a commit d99c1ab

File tree

6 files changed

+46
-55
lines changed

6 files changed

+46
-55
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: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22

3-
_**If you are upgrading:** please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._
4-
53
## [6.0.0] - 2021-04-10
64

5+
_If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._
6+
77
### Changed
88

99
- **Breaking:** bump `abstract-leveldown` ([`4e2f320`](https://github.com/Level/memdown/commit/4e2f320), [`dee72a3`](https://github.com/Level/memdown/commit/dee72a3)) (Vincent Weevers)
@@ -27,6 +27,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](https://github.com/Level/
2727

2828
## [5.0.0] - 2019-08-18
2929

30+
_If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._
31+
3032
### Changed
3133

3234
- Upgrade `abstract-leveldown` from `~6.0.1` to `~6.1.0` ([#194](https://github.com/Level/memdown/issues/194)) ([**@vweevers**](https://github.com/vweevers))
@@ -54,6 +56,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](https://github.com/Level/
5456

5557
## [4.0.0] - 2019-03-29
5658

59+
_If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._
60+
5761
### Changed
5862

5963
- Upgrade `abstract-leveldown` from `~5.0.0` to `~6.0.1` ([#174](https://github.com/Level/memdown/issues/174)) ([**@vweevers**](https://github.com/vweevers))
@@ -87,6 +91,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](https://github.com/Level/
8791

8892
## [3.0.0] - 2018-05-22
8993

94+
_If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._
95+
9096
### Added
9197

9298
- Add node 9 and 10 to Travis ([**@vweevers**](https://github.com/vweevers), [**@ralphtheninja**](https://github.com/ralphtheninja))
@@ -109,6 +115,8 @@ _**If you are upgrading:** please see [`UPGRADING.md`](https://github.com/Level/
109115

110116
## [2.0.0] - 2018-02-11
111117

118+
_If you are upgrading: please see [`UPGRADING.md`](https://github.com/Level/memdown/blob/master/UPGRADING.md)._
119+
112120
### Added
113121

114122
- Run test suite with TypeScript in addition to Node.js ([**@vweevers**](https://github.com/vweevers))
@@ -152,16 +160,16 @@ _**If you are upgrading:** please see [`UPGRADING.md`](https://github.com/Level/
152160
- Remove unnecessary `rimraf` replacement for Browserify ([**@vweevers**](https://github.com/vweevers))
153161
- README: remove Greenkeeper badge ([**@ralphtheninja**](https://github.com/ralphtheninja))
154162

155-
[6.0.0]: https://github.com/Level/memdown/compare/v5.1.0...v6.0.0
163+
[6.0.0]: https://github.com/Level/memdown/releases/tag/v6.0.0
156164

157-
[5.1.0]: https://github.com/Level/memdown/compare/v5.0.0...v5.1.0
165+
[5.1.0]: https://github.com/Level/memdown/releases/tag/v5.1.0
158166

159-
[5.0.0]: https://github.com/Level/memdown/compare/v4.1.0...v5.0.0
167+
[5.0.0]: https://github.com/Level/memdown/releases/tag/v5.0.0
160168

161-
[4.1.0]: https://github.com/Level/memdown/compare/v4.0.0...v4.1.0
169+
[4.1.0]: https://github.com/Level/memdown/releases/tag/v4.1.0
162170

163-
[4.0.0]: https://github.com/Level/memdown/compare/v3.0.0...v4.0.0
171+
[4.0.0]: https://github.com/Level/memdown/releases/tag/v4.0.0
164172

165-
[3.0.0]: https://github.com/Level/memdown/compare/v2.0.0...v3.0.0
173+
[3.0.0]: https://github.com/Level/memdown/releases/tag/v3.0.0
166174

167-
[2.0.0]: https://github.com/level/memdown/compare/v1.4.1...v2.0.0
175+
[2.0.0]: https://github.com/Level/memdown/releases/tag/v2.0.0

CONTRIBUTORS.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

LICENSE.md renamed to LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# The MIT License (MIT)
1+
The MIT License (MIT)
22

3-
**Copyright © 2013-present Rod Vagg and [Contributors](CONTRIBUTORS.md).**
3+
Copyright © 2013-present Rod Vagg and the contributors to memdown.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
> In-memory [`abstract-leveldown`] store for Node.js and browsers.
44
55
[![level badge][level-badge]](https://github.com/Level/awesome)
6-
[![npm](https://img.shields.io/npm/v/memdown.svg?label=&logo=npm)](https://www.npmjs.com/package/memdown)
6+
[![npm](https://img.shields.io/npm/v/memdown.svg)](https://www.npmjs.com/package/memdown)
77
[![Node version](https://img.shields.io/node/v/memdown.svg)](https://www.npmjs.com/package/memdown)
8-
[![Test](https://github.com/Level/memdown/actions/workflows/test.yml/badge.svg)](https://github.com/Level/memdown/actions/workflows/test.yml)
9-
[![Coverage Status](https://codecov.io/gh/Level/memdown/branch/master/graph/badge.svg)](https://codecov.io/gh/Level/memdown)
10-
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
11-
[![npm](https://img.shields.io/npm/dm/memdown.svg?label=dl)](https://www.npmjs.com/package/memdown)
12-
[![Backers on Open Collective](https://opencollective.com/level/backers/badge.svg?color=orange)](#backers)
13-
[![Sponsors on Open Collective](https://opencollective.com/level/sponsors/badge.svg?color=orange)](#sponsors)
8+
[![Test](https://img.shields.io/github/workflow/status/Level/memdown/Test?label=test)](https://github.com/Level/memdown/actions/workflows/test.yml)
9+
[![Coverage](https://img.shields.io/codecov/c/github/Level/memdown?label=&logo=codecov&logoColor=fff)](https://codecov.io/gh/Level/memdown)
10+
[![Standard](https://img.shields.io/badge/standard-informational?logo=javascript&logoColor=fff)](https://standardjs.com)
11+
[![Common Changelog](https://common-changelog.org/badge.svg)](https://common-changelog.org)
12+
[![Donate](https://img.shields.io/badge/donate-orange?logo=open-collective&logoColor=fff)](https://opencollective.com/level)
1413

1514
## Example
1615

17-
**If you are upgrading:** please see the [upgrade guide](./UPGRADING.md).
16+
_If you are upgrading: please see [`UPGRADING.md`](./UPGRADING.md)._
1817

1918
```js
2019
const levelup = require('levelup')
@@ -118,19 +117,11 @@ Cross-browser Testing Platform and Open Source ♥ Provided by [Sauce Labs](http
118117

119118
## Donate
120119

121-
To sustain [`Level`](https://github.com/Level) and its activities, become a backer or sponsor on [Open Collective](https://opencollective.com/level). Your logo or avatar will be displayed on our 28+ [GitHub repositories](https://github.com/Level) and [npm](https://www.npmjs.com/) packages. 💖
122-
123-
### Backers
124-
125-
[![Open Collective backers](https://opencollective.com/level/backers.svg?width=890)](https://opencollective.com/level)
126-
127-
### Sponsors
128-
129-
[![Open Collective sponsors](https://opencollective.com/level/sponsors.svg?width=890)](https://opencollective.com/level)
120+
Support us with a monthly donation on [Open Collective](https://opencollective.com/level) and help us continue our work.
130121

131122
## License
132123

133-
[MIT](LICENSE.md) © 2013-present Rod Vagg and [Contributors](CONTRIBUTORS.md).
124+
[MIT](LICENSE)
134125

135126
[`abstract-leveldown`]: https://github.com/Level/abstract-leveldown
136127

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"files": [
2020
"memdown.js",
2121
"UPGRADING.md",
22-
"CHANGELOG.md",
23-
"CONTRIBUTORS.md"
22+
"CHANGELOG.md"
2423
],
2524
"dependencies": {
2625
"abstract-leveldown": "^7.2.0",
@@ -36,15 +35,11 @@
3635
"dependency-check": "^3.3.0",
3736
"faucet": "^0.0.1",
3837
"hallmark": "^3.1.0",
39-
"level-community": "^3.0.0",
4038
"level-concat-iterator": "^3.0.0",
4139
"nyc": "^15.1.0",
4240
"standard": "^16.0.3",
4341
"tape": "^5.0.1"
4442
},
45-
"hallmark": {
46-
"community": "level-community"
47-
},
4843
"repository": {
4944
"type": "git",
5045
"url": "https://github.com/Level/memdown.git"

0 commit comments

Comments
 (0)