Skip to content

Releases: toptal/davinci-github-actions

v13.0.0

09 Apr 09:15
0b53e6f
Compare
Choose a tag to compare

Major Changes


yarn-install

  • fix using single yarn.lock file to detect cache hash in the root folder of the project, so reducing the time for action execution

BREAKING CHANGE: The action now uses a single yarn.lock located in the root of the repository to detect the cache hash. If you have multiple yarn.lock files in your repository, only the root one will be included in cache hash calculations.

v12.12.1

12 Mar 10:25
fa88375
Compare
Choose a tag to compare

Patch Changes

v12.12.0

08 Mar 09:03
8f13af0
Compare
Choose a tag to compare

Minor Changes

  • #297 bb98d96 Thanks @TomasSlama!
  • add new options to build-push-release-image to support multi hosts in monorepo

v12.11.0

05 Mar 20:37
c47b2fa
Compare
Choose a tag to compare

Minor Changes

v12.10.0

21 Feb 09:24
eae779b
Compare
Choose a tag to compare

Minor Changes

  • #291 3f0e5e8 Thanks @sashuk!
  • add major-dependency-update-jira-label parameter to notify-jira-about-contribution action

v12.9.5

16 Feb 13:21
90e524b
Compare
Choose a tag to compare

Patch Changes

v12.9.4

14 Feb 09:36
607f3e6
Compare
Choose a tag to compare

Patch Changes

  • #280 4d54b62 Thanks @sashuk!
  • fix major version detection in notify-jira-about-contribution action

v12.9.3

12 Feb 11:48
8545cb3
Compare
Choose a tag to compare

Patch Changes

v12.9.2

09 Feb 13:04
9aa6d1a
Compare
Choose a tag to compare

Patch Changes

v12.9.1

08 Feb 14:17
ca0a6ad
Compare
Choose a tag to compare

Patch Changes

  • #278 ea567d2 Thanks @sashuk!
  • fix logic and step names in notify-jira-about-contribution action