Skip to content

Commit 66e9cba

Browse files
committed
fix(ci): restore release-please
https://github.com/ipfs-shipyard/release-please-ipfs-plugin/blob/728486920d1576fe529bb8b80f3f2df9c4b9e352/src/readme-updater.ts#L16 expects https://github.com/ipfs/ipfs-desktop/releases/tag/v{version} which was present in the README.md, but it was removed recently this is bit brittle, but ok this commit restores that URL so release-please-ipfs-plugin works again, hopefully
1 parent d08d073 commit 66e9cba

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
<h1 align="center">
2-
IPFS Desktop
3-
</h1>
4-
5-
<p align="center">
6-
<a href="https://ipfs.tech"><img src="https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square" alt="Official Part of IPFS Project"></a>
7-
<a href="https://discuss.ipfs.tech"><img alt="Discourse Forum" src="https://img.shields.io/discourse/posts?server=https%3A%2F%2Fdiscuss.ipfs.tech"></a>
8-
<a href="https://matrix.to/#/#ipfs-space:ipfs.io"><img alt="Matrix" src="https://img.shields.io/matrix/ipfs-space%3Aipfs.io?server_fqdn=matrix.org"></a>
9-
<a href="https://github.com/ipfs/ipfs-desktop/actions?query=branch%3Amain"><img src="https://img.shields.io/github/actions/workflow/status/ipfs/ipfs-desktop/ci.yml?branch=main"></a>
10-
<a href="https://github.com/ipfs/ipfs-desktop/releases"><img alt="GitHub release" src="https://img.shields.io/github/v/release/ipfs/ipfs-desktop?filter=!*rc*"></a>
11-
</p>
1+
# IPFS Desktop
2+
3+
[![ipfs](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech)
4+
[![forum](https://img.shields.io/discourse/posts?server=https%3A%2F%2Fdiscuss.ipfs.tech)](https://discuss.ipfs.tech)
5+
[![ci](https://img.shields.io/github/actions/workflow/status/ipfs/ipfs-desktop/ci.yml?branch=main)](https://github.com/ipfs/ipfs-desktop/actions?query=branch%3Amain)
6+
[![latest release download count](https://img.shields.io/github/downloads/ipfs/ipfs-desktop/v0.42.0/total.svg?style=flat-square)](https://github.com/ipfs/ipfs-desktop/releases/tag/v0.42.0)
127

138
**IPFS Desktop gives you all the power of [IPFS](https://ipfs.tech) in a convenient desktop app: a complete IPFS node, plus handy OS menubar/taskbar shortcuts and an all-in-one file manager, peer map, and content explorer.**
149

0 commit comments

Comments
 (0)