How To release a module without SNAPSHOT including coreapps module

We made some changes to the coreapps and also created some modules that are specific to our implementation, but when we build the module it comes with the tag SNAPSHOT.

How do we build the release version of the module.

Where do you want to release from ?Are you using Bamboo ?

Have you seen

https://wiki.openmrs.org/display/docs/Module+Release and

https://wiki.openmrs.org/display/docs/Releasing+a+New+Version+of+a+Module

@johnbosco you are de facto forking. If I may say, I would strongly discourage you to do so.

If sustainability is an important requirement for you, I would avise you to share here what changes you had to bring to Core Apps so that the community can guide you in integrating them in the community code base.

@mksd A member of our team has already created a pull request, but we had other modules which are specific to our implementation, but when we build them, it comes with SNAPSHOT and I understand SNAPSHOTs are not good for production

I will try to follow the guide