Skip to content

Commit

Permalink
Prepare release 1.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrkob committed Aug 7, 2024
1 parent cad6f44 commit 7f30d81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
#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}}

0 comments on commit 7f30d81

Please sign in to comment.