Skip to content

Commit

Permalink
Merge pull request #40 from deckhouse/feature/several-sections
Browse files Browse the repository at this point in the history
[ci] Allow multiple values in the changelog section field
  • Loading branch information
z9r5 authored Aug 2, 2024
2 parents 8790395 + cc411cd commit 0073153
Show file tree
Hide file tree
Showing 10 changed files with 31,342 additions and 10,405 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 20.x
- uses: actions/setup-python@v2
with:
python-version: "3.x"
- run: npm ci
- run: npm run build
- run: npm run format-check
- run: npm run lint
- run: npm run test
- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ outputs:
minor_version:
description: Minor version string, e.g. "v1.39"
runs:
using: "node12"
using: "node20"
main: "dist/index.js"
Loading

0 comments on commit 0073153

Please sign in to comment.