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

Add notices for non-release builds #578

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

SadPencil
Copy link
Member

@SadPencil SadPencil commented Nov 5, 2024

This PR adds a "(Development Build)" suffix in title bar, as well as a log message, for non-release builds.

A build is considered as a release build if all of the following conditions are met:

  • The branch name is "master"
  • The commit has a tag with a correct version number recognized by GitVersion

Also, this PR adds "rc" as the SemVer tag for non-release builds in master branch.

Snipaste_2024-11-06_01-41-34
图片

Since ThisAssembly.Git package is introduced, one needs to restart Visual Studio after a successful build for the first time. (We already have to do so since translation stub was introduced)

@SadPencil SadPencil added this to the 2.11.2.0 milestone Nov 5, 2024
Copy link

github-actions bot commented Nov 5, 2024

Nightly build for this pull request:

@SadPencil SadPencil changed the title Add notice for non-release builds Add notices for non-release builds Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant