FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

feat(renovatebot): add page about running post-upgrade tasks

Merged Sebastiaan ten Pas requested to merge renovatebot-post-upgrade-tasks into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
34 Or:
35
36 {% raw %}
37
38 ```json
39 "postUpgradeTasks": {
40 "commands": [
41 ".renovate/post-upgrade.sh \"{{{depName}}}\" \"{{{currentVersion}}}\" \"{{{newVersion}}}\""
42 ],
43 "fileFilters": ["CHANGELOG.md"]
44 }
45 ```
46
47 {% endraw %}
48
49 Note: make sure that the script is executable.
  • James Barr approved this merge request

    approved this merge request

  • added 1 commit

    • 58a77951 - feat(renovatebot): add page about running post-upgrade tasks

    Compare with previous version

  • Sebastiaan ten Pas reset approvals from @jb2595 by pushing to the branch

    reset approvals from @jb2595 by pushing to the branch

  • James Barr approved this merge request

    approved this merge request

  • mentioned in commit b0d6f128

  • Please register or sign in to reply
    Loading