Skip to content

Commit 7b3620a

Browse files
committed
Added release notes, fixes to deploy
1 parent efd6fc1 commit 7b3620a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ release-notes:
4343
@git log --pretty="%s" $(PREVIOUS_TAG)... master >> src/docs/releases/release-$(VERSION).txt
4444

4545
deploy: build
46-
@echo "[$(NAME)] Tagging and pushing to github"
47-
@git tag $(NAME)-$(VERSION)
48-
@git push && git push --tags
49-
@echo "[$(NAME)] Creating github release"
50-
@hub release create -a target/$(NAME)-$(VERSION).jar -a target/$(NAME)-$(VERSION)-javadoc.jar -a target/$(NAME)-$(VERSION)-sources.jar -F src/docs/releases/release-$(VERSION).txt $(NAME)-$(VERSION)
5146
@echo "[$(NAME)] Uploading to maven central"
5247
@mvn clean deploy -DskipTests -P release
48+
@echo "[$(NAME)] Creating github release"
49+
@hub release create -a target/$(NAME)-$(VERSION).jar -a target/$(NAME)-$(VERSION)-javadoc.jar -a target/$(NAME)-$(VERSION)-sources.jar -F src/docs/releases/release-$(VERSION).txt $(NAME)-$(VERSION)
50+
@echo "[$(NAME)] Tagging and pushing to github"
51+
# @git tag $(NAME)-$(VERSION)
52+
@git push && git push --tags
5353

5454
build-arm:
5555
@echo "[$(NAME)] Configuring build environment"

src/docs/releases/release-1.4.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1.4.0
2+
3+
Added ability to set the temp dir in which binaries will be written by JarResourceProvider

0 commit comments

Comments
 (0)