An open API service indexing awesome lists of open source software.

https://github.com/andrei15193/automated-versioning

This is an experimental repository. I want to implement a way of creating versions from a base version (specified by the project, usually major and minor versions as they are generally manually managed) and append an automatically generated build version or increment for prereleases. The repository contains a number of projects where each would have its own package, each package version is tracked independently. When a base project is released, releases for dependent projects are created as well.
https://github.com/andrei15193/automated-versioning

package-management project-management version-management versioning

Last synced: 26 days ago
JSON representation

This is an experimental repository. I want to implement a way of creating versions from a base version (specified by the project, usually major and minor versions as they are generally manually managed) and append an automatically generated build version or increment for prereleases. The repository contains a number of projects where each would have its own package, each package version is tracked independently. When a base project is released, releases for dependent projects are created as well.

Awesome Lists containing this project