Skip to content

Releases: ajeckmans/format-check-task

v1.2.5

18 Nov 21:22
2175d61
Compare
Choose a tag to compare
  • an issue with the scope to pull request option not properly including and excluding files on windows by @ajeckmans in #33

Full Changelog: v1.2.4...v1.2.5

Release 1.2.4

10 Nov 08:58
0916dee
Compare
Choose a tag to compare

Fixed an issue that caused the task to fail when scoping to pull request was turned on and an older Azure Devops Server instance was used.

Release 1.2.3

09 Nov 23:58
2cd9012
Compare
Choose a tag to compare
v1.2.3

Merge branch 'main' of https://github.com/ajeckmans/format-check-task

Release 1.2.2

09 Oct 21:00
050e6e3
Compare
Choose a tag to compare
5 add option to only add comments on files in the pr (#14)

This merge includes significant enhancements and a critical bug fix:

- We've added scoping to pull requests in the task. This functionality provides greater efficiency and accuracy when dealing with large scopes. It ensures that the task is focusing solely on the relevant files within a pull request, greatly improving processing time and reliability.

- A fix has been implemented for an issue that was affecting the correct setting of the PR status. With this fix, the PR status accurately reflects the current state of the pull request, thus streamlining the PR management process and avoiding potential miscommunications.

These changes contribute to a robust and reliable system, proving vital for effective pull request management.

---------

Co-authored-by: Alexander Jeckmans <ajeckmans@users.noreply.github.com>

Release 1.2.0

09 Oct 20:51
Compare
Choose a tag to compare
v1.2.0

Merge branch 'main' of https://github.com/ajeckmans/format-check-task

Release 1.1.1

09 Oct 13:47
Compare
Choose a tag to compare
Update vss-extension.json

The task now no longer requires a specific API version.

Release 1.1.0

09 Oct 10:37
Compare
Choose a tag to compare
Fix getStatusDescription function - Updated the status mapping for gi…

….GitStatusState.Failed and added a case for gi.GitStatusState.Error to provide a specific error message.

v1.0.24: Refactor format-check script to include path options (#9)

07 Oct 22:50
e07eb3b
Compare
Choose a tag to compare
 The task now supports the use of includePath and excludePath for better control over the format checking scope.
 On failure of the dotnet format command, the task exits with non-zero code and displays error messages.
 The task only fails if there are active issues, otherwise it marks as success.

Release 1.0.23

06 Oct 20:13
e07eb3b
Compare
Choose a tag to compare
Refactor format-check script to include path options (#9)

 The task now supports the use of includePath and excludePath for better control over the format checking scope.
 On failure of the dotnet format command, the task exits with non-zero code and displays error messages.
 The task only fails if there are active issues, otherwise it marks as success.

Release 1.0.22

06 Oct 19:32
Compare
Choose a tag to compare
Release to Azure DevOps: Update MAJOR version extraction

Update the logic for extracting the MAJOR version from the latest tag in the release_to_azure_devops.yaml workflow. We now remove the 'v' prefix from the MAJOR version before assigning it to the variable.