Skip to content

Commit

Permalink
change creation of release to be only if not patch release and cleanu…
Browse files Browse the repository at this point in the history
…p readme (#463)
  • Loading branch information
charlie-foxtrot authored Feb 6, 2024
1 parent 5e5e46c commit 5eb6139
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
DEFAULT_BUMP: patch

- name: Create release for ${{ steps.tag.outputs.new_tag }}
if: steps.tag.outputs.part != 'patch'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.tag.outputs.new_tag }}
Expand Down
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# RTLSDR-Airband

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

**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).**
NOTE: Changes as of v5.0.0:
- PRs will be opened directly against `main` and the `unstable` branch will no longer be used
- Version tags will be automatically created on each merge to `main`
- A release will be created on each `major` or `minor` version tag but not `minor` tags
- Checking out `main` is recommended over using a release artifact to stay on the latest version
- 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).
- 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)

**NOTE: Going forward PRs will be opened directly against `main` and the `unstable` branch will no longer be used.**

**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).**

**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)**

**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**
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

## Overview

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

0 comments on commit 5eb6139

Please sign in to comment.