Skip to content

Commit 82a5428

Browse files
change creation of release to be only if not patch release and cleanup readme
1 parent 5e5e46c commit 82a5428

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

.github/workflows/version_bump.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
DEFAULT_BUMP: patch
2828

2929
- name: Create release for ${{ steps.tag.outputs.new_tag }}
30+
if: steps.tag.outputs.part != 'patch'
3031
env:
3132
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233
tag: ${{ steps.tag.outputs.new_tag }}

README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# RTLSDR-Airband
22

3-
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/build.yml/badge.svg?branch=main)
3+
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/ci_build.yml/badge.svg?branch=main)
4+
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/platform_build.yml/badge.svg?branch=main)
5+
![main](https://github.com/charlie-foxtrot/RTLSDR-Airband/actions/workflows/build_docker_containers.yml/badge.svg?branch=main)
46

5-
**NOTE: Going forward a release tag will be automatically created on each merge to `main`. For the latest version, see [here](https://github.com/charlie-foxtrot/RTLSDR-Airband/releases/latest).**
7+
NOTE: Changes as of v5.0.0:
8+
- PRs will be opened directly against `main` and the `unstable` branch will no longer be used
9+
- Version tags will be automatically created on each merge to `main`
10+
- A release will be created on each `major` or `minor` version tag but not `minor` tags
11+
- Checking out `main` is recommended over using a release artifact to stay on the latest version
12+
- This repo has significantly diverged from the original project [microtony/RTLSDR-Airband](https://github.com/microtony/RTLSDR-Airband) so it has been been detached (ie no longer a fork).
13+
- Specific build support for `rpiv1`, `armv7-generic`, and `armv8-generic` have been deprecated for the new default `native`, see [#447](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/447)
614

7-
**NOTE: Going forward PRs will be opened directly against `main` and the `unstable` branch will no longer be used.**
8-
9-
**NOTE: This repo has significantly diverged from the original project [microtony/RTLSDR-Airband](https://github.com/microtony/RTLSDR-Airband) so it has been been detached (ie no longer a fork).**
10-
11-
**NOTE: As of version `v5.0.0` specific build support for `rpiv1`, `armv7-generic`, and `armv8-generic` have been deprecated for the new default `native`, see [#447](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/447)**
12-
13-
**NOTE: Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342) for info**
15+
NOTE: Repo URL has moved to https://github.com/charlie-foxtrot/RTLSDR-Airband see [#342](https://github.com/charlie-foxtrot/RTLSDR-Airband/discussions/342) for info
1416

17+
## Overview
1518

1619
RTLSDR-Airband receives analog radio voice channels and produces
1720
audio streams which can be routed to various outputs, such as online

0 commit comments

Comments
 (0)