basdijkstra / rest-assured-net

C# DSL for writing readable tests for HTTP-based APIs
Apache License 2.0
134 stars 16 forks source link

Please tag releases in the source code #95

Closed aaschmid closed 12 months ago

aaschmid commented 12 months ago

We would like to use this great library in the open source project catenax-ng/tx-portal-backend which requires all used libraries to have reproduceable releases. Git tags and release versions in GitHub would be sufficient.

Starting from 2.8.1, it is not necessary to also tag the previous versions, just 2.8.1 and future ones would be OK.

basdijkstra commented 12 months ago

Hi Andreas @aaschmid,

you caught me in the middle of releasing version 3.0.0. The current state of main now reflects what will be released in 3.0.0, I'm about to push that to NuGet.

Do you still want me to tag for version 2.8.1, too?

Thank you for including this library in your project :)

basdijkstra commented 12 months ago

I've gone ahead and tagged versions 2.8.1 and 3.0.0 in the code: https://github.com/basdijkstra/rest-assured-net/tags

Please let me know if that is sufficient for you. I'll make sure to do this for any future release from here on.

aaschmid commented 12 months ago

Thanks a lot for the tags, I will clarify if sufficient.

aaschmid commented 12 months ago

It is sufficient to use tags, thanks!

basdijkstra commented 12 months ago

Perfect, thank you for letting me know!

if there’s anything else I can do for you, feel free to open another issue, @aaschmid