-
Notifications
You must be signed in to change notification settings - Fork 4
When a release is being created the license URL generated is incorrect #26
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
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Build Automation
Issues for changes to the build system, without functional changes needed to the project
Milestone
Comments
AdmiringWorm
added a commit
to AdmiringWorm/chocolatey-community-validation
that referenced
this issue
Jan 18, 2024
This updates the relpacement used when creating a license URL to make use of the Build Version Milestone, instead of the tag name. This is done as in certain scenarios the tag name is an empty string and will cause an invalid URL to be generated. This causes problems when doing a release of the product, and thus changing to the milestone is more appropriate.
10 tasks
gep13
added a commit
that referenced
this issue
Jan 18, 2024
(#26) Use milestone for license URL replacement
AdmiringWorm
pushed a commit
to AdmiringWorm/chocolatey-community-validation
that referenced
this issue
Jan 18, 2024
…nse-replacement (chocolatey-community#26) Use milestone for license URL replacement (cherry picked from commit 698a713)
AdmiringWorm
added a commit
to AdmiringWorm/chocolatey-community-validation
that referenced
this issue
Dec 11, 2024
* release/0.2.0: (21 commits) (maint) Fix incorrect label used in config (chocolatey-community#58) Implement requirement rule CPMR0074 (chocolatey-community#28) Add rule to disallow icon URL using GitHub links (chocolatey-community#37) Implement note rule CPMR0068 (chocolatey-community#36) Implement note rule CPMR0067 (maint) Set explicit PlatformTarget for console (maint) synced local '.github/ISSUE_TEMPLATE/' with remote '.github/ISSUE_TEMPLATE/' (chocolatey-community#38) Add rule for validating ID length (chocolatey-community#39) Add rule for validating underscore in ID (chocolatey-community#34) Implement note rule CPMR0061 - Id Contains "." (maint) synced local '.github/PULL_REQUEST_TEMPLATE.md' with remote '.github/PULL_REQUEST_TEMPLATE.md' (build) Update Chocolatey.Cake.Recipe to latest (chocolatey-community#35) Implement note rule CPMR0062 (build) Update to latest Recipe package (maint) synced local '.github/ISSUE_TEMPLATE/' with remote '.github/ISSUE_TEMPLATE/' (chocolatey-community#32) Update Help URLs to short link (chocolatey-community#29) Add missing release notes to generated packages (maint) Update extension name in Readme (maint) synced local '.templates/' with remote '.github/GitReleaseManager/.templates/' (chocolatey-community#26) Use milestone for license URL replacement ...
🎉 This issue has been resolved in version 0.2.0 🎉 The release is available on: Your GitReleaseManager bot 📦 🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Build Automation
Issues for changes to the build system, without functional changes needed to the project
Checklist
What You Are Seeing?
In our build processes we are generating a license URL on the fly, when it tries to generate one for a tag the URL becomes an invalid URL.
What is Expected?
The license URL should be valid when we create tag releases.
How Did You Get This To Happen?
VERIFICATION.txt
and the license url in the nuspec file.System Details
N/A
Installed Packages
Output Log
Additional Context
No response
The text was updated successfully, but these errors were encountered: