Skip to content

Releases: devops-infra/action-pull-request

v0.6.0

11 Feb 22:59
ff118b4
Compare
Choose a tag to compare

What's Changed

  • Bump devops-infra/action-pull-request from 0.5.3 to 0.5.5 by @dependabot in #118
  • Bump ubuntu from jammy-20230126 to jammy-20230301 by @dependabot in #119
  • Bump ubuntu from jammy-20230301 to jammy-20230308 by @dependabot in #120
  • Bump ubuntu from jammy-20230308 to jammy-20230425 by @dependabot in #121
  • Bump ubuntu from jammy-20230425 to jammy-20230522 by @dependabot in #122
  • Bump ubuntu from jammy-20230522 to jammy-20230605 by @dependabot in #124
  • Bump ubuntu from jammy-20230605 to jammy-20230624 by @dependabot in #127
  • Bump ubuntu from jammy-20230624 to jammy-20230804 by @dependabot in #128
  • Bump crazy-max/ghaction-github-labeler from 4.1.0 to 4.2.0 by @dependabot in #129
  • Bump ubuntu from jammy-20230804 to jammy-20230816 by @dependabot in #130
  • Bump actions/checkout from 3 to 4 by @dependabot in #131
  • Bump crazy-max/ghaction-github-labeler from 4.2.0 to 5.0.0 by @dependabot in #132
  • Bump ubuntu from jammy-20230816 to jammy-20230916 by @dependabot in #134
  • Bump ubuntu from jammy-20230916 to jammy-20231004 by @dependabot in #135
  • Bump ubuntu from jammy-20231004 to jammy-20231128 by @dependabot in #139
  • Bump ubuntu from jammy-20231128 to jammy-20240111 by @dependabot in #141
  • Bump ubuntu from jammy-20240111 to jammy-20240125 by @dependabot in #142
  • Bump ubuntu from jammy-20240125 to jammy-20240212 by @dependabot in #144
  • Bump ubuntu from jammy-20240212 to jammy-20240227 by @dependabot in #148
  • Bump ubuntu from jammy-20240227 to jammy-20240405 by @dependabot in #151
  • Bump ubuntu from jammy-20240405 to jammy-20240427 by @dependabot in #154
  • Bump ubuntu from jammy-20240427 to jammy-20240808 by @dependabot in #161
  • Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0 by @dependabot in #163
  • Bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0 by @dependabot in #166
  • Add support for arm64 and multi-arch builds by @github-actions in #169

Full Changelog: v0.5.5...v0.6.0

v0.5.5

12 Feb 11:00
e66e2ba
Compare
Choose a tag to compare

What's Changed

  • Add missing gh installation by @github-actions in #117

Full Changelog: v0.5.4...v0.5.5

v0.5.4

12 Feb 10:09
3471fd9
Compare
Choose a tag to compare

What's Changed

  • Bump devops-infra/action-pull-request from 0.5.2 to 0.5.3 by @dependabot in #110
  • Bump ubuntu from jammy-20221101 to jammy-20221130 by @dependabot in #111
  • Bump ubuntu from jammy-20221130 to jammy-20230126 by @dependabot in #113
  • Set PR_NUMBER when PR is created by @GlacierWalrus in #114
  • Bump release to v0.5.4 by @github-actions in #116

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

10 Nov 13:20
d2b6e10
Compare
Choose a tag to compare

What's Changed

  • Bump devops-infra/action-pull-request from 0.5.1 to 0.5.2 by @dependabot in #108
  • Fix sed gobbling for a newline replacement by @github-actions in #109

Full Changelog: v0.5.2...v0.5.3

v0.5.2

03 Nov 09:02
78bacf8
Compare
Choose a tag to compare

What's Changed

  • Bump devops-infra/action-pull-request from 0.5.0 to 0.5.1 by @dependabot in #101
  • Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0 by @dependabot in #102
  • Bump ubuntu from jammy-20221003 to jammy-20221020 by @dependabot in #103
  • Bump ubuntu from jammy-20221020 to jammy-20221101 by @dependabot in #105
  • Add pr_number to outputs by @github-actions in #106

Full Changelog: v0.5.1...v0.5.2

v0.5.1

12 Oct 07:55
335748d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0 - add `allow_no_diff`

30 Jun 07:34
31f014c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @dependabot made their first contribution in #58
  • @chaosaffe made their first contribution in #63
  • @irphilli made their first contribution in #91

Full Changelog: v0.4.2...v0.5.0

v0.4.2 - Fixed versions in documentation and configuration

14 Sep 20:02
3f1cdfa
Compare
Choose a tag to compare

Fixed versioning, removed all old tags and releases

Documentation changes was missing from previous release.
Force new release versions to fix Dependabot discovery.

v0.4.1 - Added newline between commit subject and body in commit list

14 Sep 20:01
e799f86
Compare
Choose a tag to compare

This change will allow to better visualize commits where subject line isn't ending with a dot.
Where now first line of a body is displayed right after commit subject in the same line, creating only a whitespace between them.

v0.4 - Blocks in template are updated with new commits

14 Sep 20:00
b62c72d
Compare
Choose a tag to compare

Backward compatible replacement of single line comments as well as those with START and END.
Pull request is now properly updated in both cases.
Issue with special replacement characters is fixed and shouldn't fail the action if commit or template contain them.
Synced versioning of dependencies across organization.