Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RELEASES: v3.0.3 #111

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading