Skip to content

Commit 8b0831c

Browse files
committed
chore: prepare 3.0.0 release
2 parents 9822565 + 92504b7 commit 8b0831c

File tree

4 files changed

+22
-34
lines changed

4 files changed

+22
-34
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
push:
88
branches:
9-
- legacy-jellyseerr
9+
- develop
1010
paths:
1111
- 'docs/**'
1212
- 'gen-docs/**'

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -279,17 +279,17 @@ jobs:
279279
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
280280
--certificate-oidc-issuer "https://token.actions.githubusercontent.com"
281281
282-
- name: Verify attestations
283-
run: |
284-
cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
285-
--type cyclonedx \
286-
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
287-
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
288-
289-
cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
290-
--type cyclonedx \
291-
--certificate-identity "https://github.com/${{ github.workflow_ref }}" \
292-
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
282+
# - name: Verify attestations
283+
# run: |
284+
# cosign verify-attestation "ghcr.io/${{ github.repository }}@${{ needs.publish.outputs.image_digest }}" \
285+
# --type cyclonedx \
286+
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
287+
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
288+
289+
# cosign verify-attestation "${{ env.DOCKER_HUB }}@${{ needs.publish.outputs.image_digest }}" \
290+
# --type cyclonedx \
291+
# --certificate-identity "https://github.com/${{ github.workflow_ref }}" \
292+
# --certificate-oidc-issuer "https://token.actions.githubusercontent.com" > /dev/null
293293

294294
publish-release:
295295
name: Publish release

README.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<div align="center">⚠️ <strong>NOTE:</strong> We are currently in the process of merging Overseerr and Jellyseerr into this unified repository.</div>
2-
3-
<h1 align="center" style="font-size: 4em;">🚧 Seerr</h1>
1+
<p align="center">
2+
<img src="./public/logo_full.svg" alt="Seerr" style="margin: 20px 0;">
3+
</p>
44
<p align="center">
55
<img src="https://github.com/seerr-team/seerr/actions/workflows/release.yml/badge.svg" alt="Seerr Release" />
66
<img src="https://github.com/seerr-team/seerr/actions/workflows/ci.yml/badge.svg" alt="Seerr CI">
@@ -32,31 +32,19 @@ With more features on the way! Check out our [issue tracker](/../../issues) to s
3232

3333
## Getting Started
3434

35-
For instructions on how to install and run **Jellyseerr**, please refer to the official documentation:
35+
Check out our documentation for instructions on how to install and run Seerr:
3636

3737
https://docs.seerr.dev/getting-started/
3838

39-
> [!IMPORTANT]
40-
> **Seerr is not officially released yet.**
41-
> The project is currently available **only on the `develop` branch** and is intended for **beta testing only**.
42-
43-
The documentation linked above is for running the **latest Jellyseerr** release.
44-
45-
> [!WARNING]
46-
> If you are migrating from **Overseerr** to **Seerr** for beta testing, **do not follow the Jellyseerr latest setup guide**.
47-
48-
Instead, follow the dedicated migration guide (with `:develop` tag):
49-
https://github.com/seerr-team/seerr/blob/develop/docs/migration-guide.mdx
39+
## Preview
5040

51-
> [!CAUTION]
52-
> **DO NOT run Jellyseerr (latest) using an existing Overseerr database. This includes third-party images with `seerr:latest` (as it points to jellyseerr 2.7.3 and not seerr.**
53-
> Doing so **may cause database corruption and/or irreversible data loss and/or weird unintended behaviour**.
41+
<img src="./public/preview.jpg" alt="Seerr application preview" />
5442

55-
For migration assistance, beta testing questions, or troubleshooting, please join our **Discord** and ask for support there.
43+
## Migrating from Overseerr/Jellyseerr to Seerr
5644

57-
## Preview
45+
Read our [release announcement](https://docs.seerr.dev/blog/seerr-release) to learn what Seerr means for Jellyseerr and Overseerr users.
5846

59-
<img src="./public/preview.jpg">
47+
Please follow our [migration guide](https://docs.seerr.dev/migration-guide) for detailed instructions on migrating from Overseerr or Jellyseerr.
6048

6149
## Support
6250

public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// previously cached resources to be updated from the network.
44
// This variable is intentionally declared and unused.
55
// eslint-disable-next-line @typescript-eslint/no-unused-vars
6-
const OFFLINE_VERSION = 4;
6+
const OFFLINE_VERSION = 5;
77
const CACHE_NAME = 'offline';
88
// Customize this with a different URL if needed.
99
const OFFLINE_URL = '/offline.html';

0 commit comments

Comments
 (0)