Skip to content

Commit

Permalink
RELEASES: v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdutoit committed May 21, 2024
1 parent 8285c5c commit 88ae1ad
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions ADotNet/ADotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,13 @@
<RepositoryType>git</RepositoryType>
<PackageTags>ADO YAML AzureDevOps</PackageTags>
<PackageReleaseNotes>
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.
This release has a new label job component that can be used to automatically label pull requests based on the pull request title.
</PackageReleaseNotes>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AssemblyVersion>3.0.2</AssemblyVersion>
<FileVersion>3.0.2</FileVersion>
<Version>3.0.2</Version>
<AssemblyVersion>3.0.3</AssemblyVersion>
<FileVersion>3.0.3</FileVersion>
<Version>3.0.3</Version>
<PackageLicenseFile>License.txt</PackageLicenseFile>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<PackageProjectUrl>https://github.com/hassanhabib/ADotNet</PackageProjectUrl>
Expand Down

0 comments on commit 88ae1ad

Please sign in to comment.