-
My `composer.json`:
```json
{
"name": "mediawiki/core",
"description": "Free software wiki application developed by the Wikimedia Foundation and others",
"version": "1.4…
-
We need a better way to let people know about template changes. Let's start using the semantic versioning and the changelog file.
Edit: There's also a [recommendation](https://mokkapps.de/blog/how-…
-
### What feature do you want to see added?
Currently, the Jenkins ServiceNow CI/CD plugin only supports the following mechanisms for the application version:
- detect/auto-detect (derive from sour…
-
We should implement a workflow for semantic versioning of the BACK stack components to clarify the differences between releases and targets for end users.
Suggested workflow:
- Changes to the `mai…
-
Git offers semantic versioning - https://github.com/marketplace/actions/git-semantic-version
Not sure the most non-technical explanation of this but perhaps - https://medium.com/swlh/automatic-sema…
-
Let's write some GitHub Actions to automatically
- [ ] run the unit tests (on every push)
- [x] Core library
- [ ] Demo
- [ ] deploy releases (on every merge into `main`)
- [ ] bump versio…
-
There are changes between 1.8.0 and 1.10.0 that break API compatibility. A minor version change is supposed to be backward compatible with 1.9.0 and 1.8.0.
**Reporter**: [Vlad Rozov](https://issues.a…
-
Section `3.1.11.1 Version Type - Integer versioning` documents that:
> Version 1 defines the initial **public** release. Each new version where /document/tracking/status is final has a version numb…
-
I’m a little confused about how versioning is supposed to work with Apicurio Registry. Each of our APIs uses semantic versioning, and this version is tracked in the Info object of our Open API specif…
-
From a user's perspective, I suppose the dependencies could be an array of Pairs, e.g.:
```julia
dependencies = [
"CompilerSupportLibraries_jll" => "0.2.0+1";
"FFTW_jll" => "3.3.9+3";
…