Checklist
Describe the problem you'd like to have solved
Hi,
Currenty the process of release a new version of the .net SDK package requires creating a separate PR to update the version, and create a Github release.
Describe the ideal solution
Require contributers to set the correct version as part of the PR introducing the changes. And add a github action that is triggered on merge to master that automatically releases the new package version, and create a release.
Alternatives and current workarounds
No response
References
No response
Additional context
Why this is beneficial:
- To decrease the toil on OpenFGA mainainers side, so that they focus on delivering more value to the product
- To decrease the waiting time for the consumers from creating an issue until the PR that resolves the issue is released in a new package version
Checklist
Describe the problem you'd like to have solved
Hi,
Currenty the process of release a new version of the .net SDK package requires creating a separate PR to update the version, and create a Github release.
Describe the ideal solution
Require contributers to set the correct version as part of the PR introducing the changes. And add a github action that is triggered on merge to master that automatically releases the new package version, and create a release.
Alternatives and current workarounds
No response
References
No response
Additional context
Why this is beneficial: