snapauthapp / sdk-swift

Swift SDK for SnapAuth (all Apple platforms)
https://www.snapauth.app
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Add SDK version headers to outbound requests #11

Open Firehed opened 4 months ago

Firehed commented 2 months ago

As far as I can tell, there's no way to do this in an easily-automated way - just making a constant that's manually updated on each release (somewhat like node's package.json).

An actual release job that bumps the version and does the tagging is probably all we can ask for right now.

Firehed commented 2 months ago

I found a package that's doing something similar, though would probably need some adaptation.

Ideally (?), an action could accept a new semver tag, and:

https://github.com/parse-community/Parse-Swift/blob/main/.github/workflows/release.yml