Skip to content

Commit

Permalink
新建 build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fengwenyi committed Oct 24, 2021
1 parent a5d2dc5 commit e51c869
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
mvn clean deploy -P sonatype-oss-release -DskipTests
git tag -a 2.5.1 -m 'v2.5.1'
git push origin 2.5.1

0 comments on commit e51c869

Please sign in to comment.