Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 16, 2023
2 parents d68ee8b + 8f82773 commit c1c623e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ jobs:
call-image-release:
uses: ./.github/workflows/publish-image-registry.yml
needs: build
secrets: inherit
with:
tag: v${{ inputs.version }}
3 changes: 1 addition & 2 deletions .github/workflows/veracode-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
with:
repository: eclipse-tractusx/sldt-digital-twin-registry
ref: main
ref: release
- name: setup-java
uses: actions/setup-java@v3
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.4-M1
This version includes changes for the decentralized digital twin registry.
### Added
- Move Veracode to eclipse-tractusX
## fixed

## 0.3.3-M1
This version includes changes for the decentralized digital twin registry.
### Added
Expand Down

0 comments on commit c1c623e

Please sign in to comment.