-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate SemVer with Release pipeline (#4)
* ci: do not fail if no new version, warning is sufficient * chore: use latest language verion in csproj files * chore: disable AssemblyInfo auto-generation * Chore: clean up csproj files * chore: install GitInfo NuGet package * chore: consum GitInfo for AssemblyInfo file gen * chore: clean up spaces for file dirs * chore: remove old version * Use the GitInfo to display the app version * ci: build with the release tag * ci: rovide friendly names on PR steps * ci: Fix published ZIP folder structure * ci: Fix the targeted solution file * ci: fix the build solution file * ci: Rename the generated ZIP files * ci: Encountered an MSBuild issue, so mitigate in MSBuild csproj? * ci: Try forcing the codegen * ci: let's try spinning * CI: only gen ThisAssembly on the one project * CI: try this devlooped/GitInfo#273 * CI: Remove branch name for cleanliness * CI: set version and such * CI: drop this * try stuff * CI: downgrade * CI: fetch tags * Screw around with GitVersion/GitTools * Install GitVersion.MsBuild * Uninstall GitInfo * Removing GitVersion cruft * check PR for valid labels and stuff * move around params * attempt to update SemVer with main * changing how the version is retrieved * CI refused a list * CI refuses a list * MergeMessageOnly * Finally hit my intended versioning scheme * Update to display regular versionon merge * add labeles * add in "edited" * Give step a name * cancel in progress * Revert to main, I'll screw around as needed -- begin release notes -- Adding SemVer calculation to CI -- end release notes --
- Loading branch information
1 parent
bfe035c
commit 21b6209
Showing
14 changed files
with
212 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
Bardez.Project.ExceptionHandler/Properties/AssemblyInfo.cs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.