Skip to content
Hugues Valois edited this page Nov 12, 2025 · 3 revisions

Welcome to the AudioPlayer wiki!

How to prepare a release

Update the version in source code

  1. Update FileVersion and Version properties in src/Directory.Build.props.

  2. Update CFBundleVersion and CFBundleShortVersionString in src/Woohoo.Audio.Player/MacOS/Info.plist.

Create the release

  1. Click here to create a new release.

  2. Click Choose tag dropdown, and enter the version in format vx.y, ex: v0.1.

  3. Enter the release title, ex: v0.1.

  4. Enter a description.

  5. Check Set as a pre-release as appropriate.

  6. Click Publish release.

Publishing the release will trigger the Publish GitHub action. This builds the binaries for all supported platforms. When all the binaries are done building, it adds them to the assets of the release.

Clone this wiki locally