Skip to content

Commit

Permalink
Merge pull request #380 from vscheuber/main
Browse files Browse the repository at this point in the history
pipeline updates
  • Loading branch information
vscheuber committed Feb 1, 2024
2 parents 75085ee + 0fe3dac commit f96f0af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add CHANGELOG.md package.json doc
git add CHANGELOG.md package.json docs
git commit --message "Updated changelog, version, and docs for release ${{ needs.build.outputs.newTag }}"
git push
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Pipeline changes

## [2.0.0-68] - 2024-01-31

## [2.0.0-67] - 2024-01-21
Expand Down

0 comments on commit f96f0af

Please sign in to comment.