Skip to content

Commit

Permalink
Merge pull request #3 from spyrkob/release_prep
Browse files Browse the repository at this point in the history
release prep
  • Loading branch information
spyrkob authored Aug 7, 2024
2 parents 72824e2 + 7f30d81 commit de711f6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ name: Component checker
# Open the PR to do the PR from
# the wildfly-extras/wildfly-channel repository
release:
current-version:
next-version:
current-version: 1.0.0.Beta1
next-version: 1.0.0.Beta2-SNAPSHOT
7 changes: 6 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,14 @@ jobs:
git config --global user.name "Component Checker CI"
git config --global user.email "[email protected]"
git checkout -b release
mvn -B release:prepare -Pjboss-release -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}
mvn -B release:prepare -DreleaseVersion=${{steps.metadata.outputs.current-version}} -DdevelopmentVersion=${{steps.metadata.outputs.next-version}}
git checkout ${{github.base_ref}}
git rebase release
#mvn -B release:perform -Pjboss-release
git push
git push --tags
- name: Create GH release
uses: softprops/action-gh-release@v2
with:
files: target/component-mapper-${{steps.metadata.outputs.current-version}}-shaded.jar
tag_name: ${{steps.metadata.outputs.current-version}}
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<name>component-mapper</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
<scm>
<connection>scm:git:[email protected]:spyrkob/manifest-component-checker</connection>
<developerConnection>scm:git:[email protected]:spyrkob/manifest-component-checker.git</developerConnection>
<url>https://github.com/spyrkob/manifest-component-checker</url>
<tag>main</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit de711f6

Please sign in to comment.