8000 Remove deprecated github actions and update releasing documentation. · utPLSQL/utPLSQL@614a0e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 614a0e0

Browse files
committed
Remove deprecated github actions and update releasing documentation.
1 parent 072dfbc commit 614a0e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
--health-cmd healthcheck.sh
8989
9090
steps:
91-
- uses: actions/checkout@v2
91+
- uses: actions/checkout@v4
9292
with:
9393
fetch-depth: 0
9494
- uses: c-py/action-dotenv-to-setenv@v2
@@ -183,7 +183,7 @@ jobs:
183183
run: bash .github/scripts/validate_report_files.sh
184184

185185
- name: Codecov
186-
uses: codecov/codecov-action@v2
186+
uses: codecov/codecov-action@v4
187187
with:
188188
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
189189
files: ./cobertura.xml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222
- uses: c-py/action-dotenv-to-setenv@v2

development/releasing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To create a release follow the below steps
66
- Create a **draft** of a Release with a new tag number `vX.Y.X` sourced from the `develop` branch on [github releases page](https://github.com/utPLSQL/utPLSQL/releases)
77
- Populate release description using the `Generate release notes` button
88
- Review the auto-generated release notes and update tem if needed
9-
- Split the default `## What's Changed` list into `## New features`, `## Enhancements`, `## Bug fixes`. See previous release notes for details
9+
- Optionally, split the default `## What's Changed` list into `## New features`, `## Enhancements`, `## Bug fixes`. See previous release notes for details
1010

1111
## Performing a release
1212
- Publish [the previously prepared](#release-preparation) release draft.

0 commit comments

Comments
 (0)
0