Smartling / java-api-sdk

SDK for integrating with the Smartling API.
https://api-reference.smartling.com/
Apache License 2.0
3 stars 10 forks source link

chore: publish pull request snapshots #49

Closed foo4u closed 3 years ago

foo4u commented 3 years ago

Publish pull request Maven artifacts to GitHub. Snapshots are versioned such that artifact names take the form: ${CURRENT_VERSION}.${PR_NUMBER}-SNAPSHOT. For example, if the master version is 1.2.3-SNAPSHOT, and the pull request is number 49, the artifact version will be 1.2.3.49-SNAPSHOT.

Snapshot artifacts are intentionally unsigned.