caoimhebyrne / KDiscordIPC

A Kotlin library for interacting with Discord via IPC
MIT License
50 stars 8 forks source link

Move to semver #24

Closed caoimhebyrne closed 1 year ago

caoimhebyrne commented 1 year ago

Our current way of deploying is pushing to dev and then getting people to update their commit hashes, which is not ideal.

Instead, we should have a development branch, and a main branch. We push to development during a work-cycle, and once it is ready for release, we push to main with a bumped version.

Right now, I would consider the project to be in 0.1.x, but since we haven't used semver since the start, I'm unsure of what the exact version would be.

caoimhebyrne commented 1 year ago

Ok, we now have a main and development branch. This issue is probably okay to be closed.