Skip to content

Releases: devops-infra/action-pull-request

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.

v0.3 - Better differences between branches

14 Sep 19:59
d6c72bf
Compare
Choose a tag to compare

Fixed quotations for creating pull request.
Removed default value for new_string input.
Date in log changed from %cr to %cd.
Commits subjects as default old_string replacement.
Fixed title to one line.
Date in format %Y-%m-%d %H:%M:%S
Different order of blocks in entrypoint.sh.
Create PR body based on var, not a file.
Updated documentation.