-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #995 from hpi-sam/release/v0.6.0
Release v0.6.0
- Loading branch information
Showing
150 changed files
with
5,212 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -238,13 +238,8 @@ jobs: | |
working-directory: frontend | ||
browser: ${{ matrix.browser }} | ||
wait-on: 'http://127.0.0.1:4200/, http://127.0.0.1:3201/api/health' | ||
wait-on-timeout: 90 | ||
command-prefix: '--' # So cypress is using our node version: https://github.com/cypress-io/github-action/issues/489#issuecomment-1021379037 | ||
# - name: Archive cypress videos | ||
# if: always() | ||
# uses: actions/upload-artifact@v3 | ||
# with: | ||
# name: cypress-videos-${{ matrix.browser }} | ||
# path: frontend/cypress/videos | ||
- name: Archive cypress screenshots | ||
if: always() | ||
uses: actions/upload-artifact@v3 | ||
|
@@ -328,19 +323,16 @@ jobs: | |
contents: write | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Initialize mandatory git config | ||
run: | | ||
git config user.name "GitHub Actions" | ||
git config user.email [email protected] | ||
- uses: ./.github/actions/extract-version | ||
- name: Extract release notes | ||
id: extract_release_notes | ||
uses: ffurrer2/extract-release-notes@v1 | ||
- name: Create Release | ||
run: > | ||
gh release create "v${{ env.VERSION_NAME }}" | ||
--title "v${{ env.VERSION_NAME }}" | ||
--notes "${{ steps.extract_release_notes.outputs.release_notes }}" | ||
--target "main" | ||
- name: Create release | ||
uses: softprops/action-gh-release@v1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
tag_name: v${{ env.VERSION_NAME }} | ||
name: v${{ env.VERSION_NAME }} | ||
target_commitish: main | ||
body: ${{ steps.extract_release_notes.outputs.release_notes }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.