Releases: devops-infra/action-pull-request
v0.5.5
What's Changed
- Add missing
gh
installation by @github-actions in #117
Full Changelog: v0.5.4...v0.5.5
v0.5.4
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
- @GlacierWalrus made their first contribution in #114
Full Changelog: v0.5.3...v0.5.4
v0.5.3
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
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
What's Changed
- Bump devops-infra/action-pull-request from 0.4.2 to 0.5.0 by @dependabot in #93
- Bump ubuntu from jammy-20220531 to jammy-20220801 by @dependabot in #94
- Bump ubuntu from jammy-20220801 to jammy-20220815 by @dependabot in #97
- Bump ubuntu from jammy-20220815 to jammy-20221003 by @dependabot in #99
- updated logic to address issue 98 by @bentonjimmy in #100
New Contributors
- @bentonjimmy made their first contribution in #100
Full Changelog: v0.5.0...v0.5.1
v0.5.0 - add `allow_no_diff`
What's Changed
- Bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #58
- Bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #60
- Bump alpine from 3.14 to 3.15.0 by @dependabot in #61
- Bump for bash and git by @github-actions in #62
- Update README.md by @chaosaffe in #63
- Bump for bash 5.1.16 by @github-actions in #64
- Bump actions/checkout from 2.4.0 to 3 by @dependabot in #65
- Update Actions. Fix linting. by @github-actions in #66
- Fix cron workflow by @github-actions in #67
- Bump alpine from 3.15.0 to 3.15.1 by @dependabot in #68
- Bump alpine from 3.15.1 to 3.15.2 by @dependabot in #69
- Bump alpine from 3.15.2 to 3.15.3 by @dependabot in #70
- Bump alpine from 3.15.3 to 3.15.4 by @dependabot in #71
- Bump for git by @github-actions in #72
- Add
safe.directory
for git by @ChristophShyper in #73 - Set safe directory for git by @ChristophShyper in #74
- Disable safe.directory for git by @ChristophShyper in #75
- Another try for safe.directory bug by @ChristophShyper in #76
- Try using sudo for git issue by @ChristophShyper in #77
- Use Ubuntu as base system instead of Alpine by @ChristophShyper in #79
- Move safe.directory executions up by @ChristophShyper in #80
- Remove sudo for git safe.directory by @ChristophShyper in #81
- Use ARG_LIST as a list, not string by @ChristophShyper in #82
- Fix for echo -e by @github-actions in #83
- `Don't replace quotations by @github-actions in #84
- Try escaping quotations by @github-actions in #85
- Use a file as source for creating PR by @ChristophShyper in #86
- Bump ubuntu from jammy-20220404 to jammy-20220421 by @dependabot in #87
- Bump ubuntu from jammy-20220421 to jammy-20220428 by @dependabot in #88
- Bump crazy-max/ghaction-github-labeler from 3.1.1 to 4.0.0 by @dependabot in #89
- Bump ubuntu from jammy-20220428 to jammy-20220531 by @dependabot in #90
- feat: Allow check of diff between branch files to be configurable by @irphilli in #91
- Merge pull request #91 from irphilli/feature/allow-pr-no-diff by @github-actions in #92
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
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
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
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
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.