Skip to content

Commit

Permalink
Updating dependency-or-plugin-upgrade.md template [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-todorov committed Dec 3, 2020
1 parent 5e71385 commit 4f4adf7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/dependency-or-plugin-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,27 @@ assignees: ''

# Task Description

We need to upgrade `com.foo:bar` to version `1.2.3`.
We need to upgrade `com.foo:bar` from `1.2.3` to version `4.5.6`.

<!--
Please, alo list any NOTABLE feacutres/changes in the new version by checking the CHANGELOG.md.
List only those changes which which might affect our code or which will be beneficial for us.
Remove this note when adding the issue.
-->

# Tasks

The following tasks will need to be carried out:

* [ ] Update the version in the [strongbox-parent] project.
* [ ] Apply any required code changes, or dependency excludes.
* [ ] Test and confirm that there are no issues with the core projects ([strongbox], [strongbox-web-integration-tests], etc) after upgrading.

# Task Relationships

This task:

* Is a sub-task of:
* Depends on:
* Is a follow-up of:
Expand Down

0 comments on commit 4f4adf7

Please sign in to comment.