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

NPM script to generate beta packages #110

Open
fluffynuts opened this issue Feb 9, 2024 · 0 comments
Open

NPM script to generate beta packages #110

fluffynuts opened this issue Feb 9, 2024 · 0 comments

Comments

@fluffynuts
Copy link
Contributor

Beta nuget packages have a version appendage, eg -r1, or the more descriptive -{datestamp}-{commit_sha}; zarro already supports generating packages in this format, so actually producing the artifact shouldn't be that hard. However, the artifact should also be pushed to a repository somewhere - either to nuget (least surprise for users) or GitHub (to keep them separate from official releases, if that's even a desirable thing).

Ideally, we should produce a beta package any time code is pushed to GitHub in this repo so that it can be tested in consuming projects - and hopefully if we're making changes to resolve issues, we could point a user at a beta package to verify that the issue has indeed been resolved.

FreeAndNil added a commit that referenced this issue Apr 6, 2024
removed hints for legacy frameworks #110
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

No branches or pull requests

1 participant