Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync with master #238

Merged
merged 6 commits into from
Oct 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions .github/workflows/beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,31 @@ on:
push:
branches:
- v3-beta
workflow_dispatch: {}

jobs:
check-version-and-create-release:
runs-on: ubuntu-latest
steps:
# Checkout the repo
- name: Checkout code
# Checkout the previous commit of the repo
- name: Checkout previous commit
id: checkout_prev_commit
uses: actions/checkout@v2
with:
ref: ${{ github.event.before }}

# Get the previous package version from latest
- name: Get previous package version from latest
- name: Get previous package version
id: get_prev_version
run: echo "::set-output name=prev_version::$(cat latest)"

# Checkout the current commit of the repo
- name: Checkout current commit
id: checkout_current_commit
uses: actions/checkout@v2
with:
ref: ${{ github.sha }}

# Get the current package version from latest
- name: Get current package version
id: get_current_version
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@

---

# WIZARR NOTICE
We have recently moved Wizarr V2 to its new home at `ghcr.io/wizarrrr/wizarr:v2` if your container was automatically upgraded recently and you received breaking changes, please change your image to `ghcr.io/wizarrrr/wizarr:v2` to resolve this

---

Wizarr is a automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!

## Where is V2?
Expand Down Expand Up @@ -113,7 +118,7 @@ Our documentation is lacking since we upgraded from V2 to V3, we appologise for
If you want to help contribute to Wizarr by building V3's documentation we would really appreciate it, again join the [Discord](https://discord.gg/XXCz7aM3ak) and we can get you started.

Check out our documentation for instructions on how to install and run Wizarr!
https://github.com/Wizarrrr/wizarr/docs/setup
[View Documentation](https://github.com/Wizarrrr/wizarr/blob/master/docs/setup/README.md)

<a href="https://discord.gg/XXCz7aM3ak">
<img alt="Chat on Discord" src="https://img.shields.io/discord/1020742926856372224"/>
Expand Down