Skip to content

Commit

Permalink
fix blank space in version_control
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Sep 6, 2024
1 parent db29d3a commit e295d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ways_of_working/processes/version_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Thanks to our branch management, branch protections and CIs, code must have been

It is important to clearly name each release to ease the discussion about them. Depending on the repository, we can have 2 version naming system.
- **For releases deliverable to users** (typically WordPress plugins), we use [semantic versioning](https://semver.org/), which is also the recommended standard for [PHP](https://www.php.net/manual/en/function.version-compare.php) and [WordPress](https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/#readme-header-information). This syntax is well understood by most users and fits well with our release cycle of plugins.
- **For service releases** (websites, apps, back-ends, ...), we use timestamp versioning with the following syntax: _yyyy.MM.dd-hhmm_ . This approach better fits continuous delivery where version bumps are more of a burden than providing actual benefits. The timestamp is automatically picked during the automated delivery.
- **For service releases** (websites, apps, back-ends, ...), we use timestamp versioning with the following syntax: _yyyy.MM.dd-hhmm_. This approach better fits continuous delivery where version bumps are more of a burden than providing actual benefits. The timestamp is automatically picked during the automated delivery.

### Release notes

Expand Down

0 comments on commit e295d2c

Please sign in to comment.