Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instructions updates #325

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,13 @@ Later on in the process, your public key will be verified against one of several

After updating the CHANGELOG, make sure to also bump the pom.xml to the version that you're publishing.

This step should be done when staging the change/PR.

## Publishing the new version

`cd` to `plaid-java` and create a new branch. This is important because mvn tries to push using your branch and you most likely can't push to master directly.
After your PR is approved, merge it to master and pull master.

`cd` to `plaid-java` and create a new temporary branch, just for the purpose of releasing. This is important because mvn tries to push using your branch and you most likely can't push to master directly.

After you have your new branch, run the following on the new branch:

Expand Down