-
Notifications
You must be signed in to change notification settings - Fork 38
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
Cannot create empty releases without Milestone or InputFilePath #112
Comments
@kristho91 thanks for raising this issue. I am just going through a process of triaging some issues, to know what to bring into the next release. Can you help me understand what the use case is for this issue? Why would you need to create an empty release? |
@gep13 I can see one use case (for me at least). When initially creating a library/application I typically don't really create a issue for it (until I have to), so being able to run GRM without the need for existing issues would be useful in these cases. |
@AdmiringWorm what would GRM bring to the table though that wouldn't be provided by simply creating the release through the UI? Or is it just the ability to automate that process? Happy to add this in, I just don't see an immediate benefit. |
This ^^ for me. No other benefit AFAIK |
In general though, I do believe that GRM should throw an error on empty releases, but maybe adding a |
Could also be beneficial when working on build scripts to see if all is working as it should (that grm can create the release). |
That's true. |
This is similar to the overload for passing in an input file, the difference being that string.Empty is passed in, rather than reading the contents of the file, and then creating a release.
This is similar to the overload for passing in an input file, the difference being that string.Empty is passed in, rather than reading the contents of the file, and then creating a release.
* release/0.12.0: (181 commits) (build) Fix unit tests Bump ApprovalTests from 5.4.7 to 5.5.0 in /src (#379) Validate old config file do not exist (#377) Add UploadUrl property to release model (#373) Ensure that release is located correctly (#374) Remove case sensitive search (#371) Add missing AutoMapper maps (#372) Always register TemplateRepository (build) Remove error action preference from build script Bump YamlDotNet from 11.0.1 to 11.1.1 in /src (#112) Updated docs with new command option (#112) Add new method for creating empty release (#113) Update unit tests for new functionality (#113) Collect all invalid issues together (#99) Fix unit tests (#99) Add SkipPrereleases option (#285) Fix editorconfig violations (maint) Run dotnet format (#143) Only build on Windows for time being (#143) Try running just Mac and Windows ...
Merge branch 'release/0.12.0' * release/0.12.0: (181 commits) (build) Fix unit tests Bump ApprovalTests from 5.4.7 to 5.5.0 in /src (#379) Validate old config file do not exist (#377) Add UploadUrl property to release model (#373) Ensure that release is located correctly (#374) Remove case sensitive search (#371) Add missing AutoMapper maps (#372) Always register TemplateRepository (build) Remove error action preference from build script Bump YamlDotNet from 11.0.1 to 11.1.1 in /src (#112) Updated docs with new command option (#112) Add new method for creating empty release (#113) Update unit tests for new functionality (#113) Collect all invalid issues together (#99) Fix unit tests (#99) Add SkipPrereleases option (#285) Fix editorconfig violations (maint) Run dotnet format (#143) Only build on Windows for time being (#143) Try running just Mac and Windows ...
🎉 This issue has been resolved in version 0.12.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
Merge branch 'release/0.12.0' * release/0.12.0: (181 commits) (build) Fix unit tests Bump ApprovalTests from 5.4.7 to 5.5.0 in /src (#379) Validate old config file do not exist (#377) Add UploadUrl property to release model (#373) Ensure that release is located correctly (#374) Remove case sensitive search (#371) Add missing AutoMapper maps (#372) Always register TemplateRepository (build) Remove error action preference from build script Bump YamlDotNet from 11.0.1 to 11.1.1 in /src (#112) Updated docs with new command option (#112) Add new method for creating empty release (#113) Update unit tests for new functionality (#113) Collect all invalid issues together (#99) Fix unit tests (#99) Add SkipPrereleases option (#285) Fix editorconfig violations (maint) Run dotnet format (#143) Only build on Windows for time being (#143) Try running just Mac and Windows ...
As of today it seems it's only possible to create a new release if either Milestone or InputFilePath is specified.
It could be great if it was possible to create an empty release with neither of those parameters.
The text was updated successfully, but these errors were encountered: