Skip to content

🚀Preview Release - 1.0.0-preview.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Feb 18:13
2c5e286

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 🐛

  1. #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)
  1. #94 - Improved and updated how repository data is pulled.

    💡This data pulled is the file where the versions are contained.

  2. #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.

  3. #89 - Set up a dependabot for managing dependencies.
  4. #88 - Updated the workflows for new workflow job step outputs.

    💡This is a required change related to workflow changes that GitHub is enforcing.

  5. #86 - Updated dotnet from version v6.0 to v7.0
  6. #82 - Changed how internal visibility is exposed to the unit test project.
  7. #75 - Replaced a custom-written library used to get GitHub data with Octokit.
  8. #73 - Removed PR and issue templates.

    💡This enables the project to use the templates from the entire organization.

  9. #44 - Added automated code coverage to the CI/CD process by using codecov.
  10. #9 - Greatly improved the CI/CD release pipeline.