VersionMiner Preview Release Notes - v1.0.0-preview.3
Quick Reminder
As with all software, there is always a chance for issues and bugs, especially for preview releases, which is why your input is greatly appreciated. 🙏🏼
Bug Fixes 🐛
- #83 - Fix a bug where the GitHub console output was incorrect when an invalid branch was detected.
Other 🪧
(Includes anything that does not fit into the categories above)
- #94 - Improved and updated how repository data is pulled.
💡This data pulled is the file where the versions are contained.
- #93 - Changed how workflow step outputs are dealt with.
💡This is a required change related to workflow changes that GitHub is enforcing. Want more info? Go here.
- #89 - Set up a dependabot for managing dependencies.
- #88 - Updated the workflows for new workflow job step outputs.
💡This is a required change related to workflow changes that GitHub is enforcing.
- #86 - Updated dotnet from version v6.0 to v7.0
- #82 - Changed how internal visibility is exposed to the unit test project.
- #75 - Replaced a custom-written library used to get GitHub data with Octokit.
- #73 - Removed PR and issue templates.
💡This enables the project to use the templates from the entire organization.
- #44 - Added automated code coverage to the CI/CD process by using codecov.
- #9 - Greatly improved the CI/CD release pipeline.