-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into #1360-api-docs-reference-resolution
- Loading branch information
Showing
251 changed files
with
8,231 additions
and
3,772 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
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 |
---|---|---|
|
@@ -5,6 +5,10 @@ on: | |
- closed | ||
branches: | ||
- master | ||
- 7** | ||
- 6** | ||
- 5** | ||
- 4** | ||
jobs: | ||
build-release: | ||
if: github.event.pull_request.merged && startsWith(github.event.pull_request.title, 'Release ') | ||
|
@@ -19,6 +23,8 @@ jobs: | |
java-version: '17' | ||
distribution: 'temurin' | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.ref }} | ||
- id: compile-membrane | ||
name: Compile Membrane | ||
run: | | ||
|
@@ -38,13 +44,15 @@ jobs: | |
cd .. | ||
- name: Create Pull Request for next Snapshot | ||
id: cpr | ||
uses: peter-evans/create-pull-request@v5 | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
commit-message: "Snapshot version" | ||
title: "Snapshot version" | ||
author: "github-actions <[email protected]>" | ||
body: "Update all project `pom.xml` and related files to post-${{ steps.get_version.outputs.VERSION }} snapshot version" | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ github.ref }} | ||
- id: install-secret-key | ||
name: Install gpg secret key | ||
run: | | ||
|
@@ -71,7 +79,7 @@ jobs: | |
with: | ||
name: v${{ steps.get_version.outputs.VERSION }} | ||
tag: ${{ github.head_ref }} | ||
commit: "master" | ||
commit: ${{ github.event.pull_request.merge_commit_sha }} | ||
prerelease: true | ||
# makeLatest: true | ||
bodyFile: "distribution/release-notes/${{ steps.get_version.outputs.VERSION }}.md" | ||
|
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.