Skip to content

Release - v3.0.2

Compare
Choose a tag to compare
@hassanhabib hassanhabib released this 28 Jun 20:48
3ab9e6e

Release - v3.0.2

Release Notes

		BREAKING CHANGE: Adding Support For Generic Job Definitions

		We are excited to announce a significant update to how we define jobs for GitHub Actions using ADotNet!
		Starting from this release, we have introduced a breaking change that allows the usage of generic job
		definitions, replacing the previous job names specifically used for build, tagging, and release.
		This change requires a small code modification in how you define jobs. You will now have the
		flexibility to define jobs based on your specific needs, enhancing customization and providing
		a more streamlined workflow.  Please refer to the updated documentation for guidance on adapting 
		your code to accommodate this change.