Skip to content

Commit

Permalink
Remove deprecated github actions and update releasing documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgebal committed Feb 19, 2024
1 parent 072dfbc commit 614a0e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -88,7 +88,7 @@ jobs:
--health-cmd healthcheck.sh
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: c-py/action-dotenv-to-setenv@v2
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
run: bash .github/scripts/validate_report_files.sh

- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./cobertura.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: c-py/action-dotenv-to-setenv@v2
Expand Down
2 changes: 1 addition & 1 deletion development/releasing.md
Expand Up @@ -6,7 +6,7 @@ To create a release follow the below steps
- 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)
- Populate release description using the `Generate release notes` button
- Review the auto-generated release notes and update tem if needed
- Split the default `## What's Changed` list into `## New features`, `## Enhancements`, `## Bug fixes`. See previous release notes for details
- Optionally, split the default `## What's Changed` list into `## New features`, `## Enhancements`, `## Bug fixes`. See previous release notes for details

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

0 comments on commit 614a0e0

Please sign in to comment.