Commit d473335
authored
_fix_ Remove EOL openSUSE 15.5 (#142)
# Description
This went EOL at the end of 2024
## Issues Resolved
List any existing issues this PR resolves, or any Discourse or
StackOverflow discussions that are relevant
## Type of Change
Our release process assumes you are using [Conventional Commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
The most important prefixes you should have in mind are:
- `_fix_`: which represents bug fixes, and correlates to a SemVer patch.
- `_feat_`: which represents a new feature, and correlates to a SemVer
minor.
- `_feat!_`:, or `fix!:`, `refactor!:`, etc., which represent a breaking
change (indicated by the !) and will result in a major version change.
If you have not included a conventional commit message this can be fixed
on merge.
## Check List
- [ ] New functionality includes tests
- [ ] All tests pass
- [ ] Commit message includes a [Conventional Commit
Message](https://www.conventionalcommits.org/en/v1.0.0)
Signed-off-by: Tim Smith <tsmith84@gmail.com>1 parent 42e54d6 commit d473335
2 files changed
Lines changed: 0 additions & 67 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
This file was deleted.
0 commit comments