You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we create versioned releases for Relay, currently we:
Tag a commit as that version
Tag a published container image for that commit as that version
Create a GitHub Release for the tag
Ideally, since this is .NET and we can create easily distributable binaries, we should add to the GitHub Release:
framework and native binaries of Relay itself
framework (?) and native Entity Framework Migration bundles
This will make it easier for users to run Relay outside of OCI container infrastructure if desired, or to run migrations independently either manually or as part of an automated deployment process.
Acceptance Criteria
GitHub Releases include Relay app binaries
dotnet
x86 Windows
x86 Linux
other?
GitHub Releases include migration bundles
dotnet?
x86 Windows
x86 Linux
other?
Documentation added.
Tasks
...?
Unit tests.
Documentation.
Confirm creation
This issue is ready
The text was updated successfully, but these errors were encountered:
Is this the right issue type?
Summary
When we create versioned releases for Relay, currently we:
Ideally, since this is .NET and we can create easily distributable binaries, we should add to the GitHub Release:
This will make it easier for users to run Relay outside of OCI container infrastructure if desired, or to run migrations independently either manually or as part of an automated deployment process.
Acceptance Criteria
Tasks
Confirm creation
The text was updated successfully, but these errors were encountered: