Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Comptoir
Comptoir-srv
Commits
3aadeff9
Commit
3aadeff9
authored
Mar 23, 2021
by
Fabrice Gangler
🎨
Browse files
set version to v2.9.3_DEV
parent
5de1c5ae
Pipeline
#13480
failed with stage
in 4 minutes and 32 seconds
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3aadeff9
...
...
@@ -5,6 +5,17 @@ Tous les changements notables de ce projet sont documentés dans ce fichier.
Le format s'appuie sur
[
Keep a Changelog
](
http://keepachangelog.com/en/1.0.0/
)
et le projet suit
[
Semantic Versioning
](
http://semver.org/spec/v2.0.0.html
)
.
## 2.9.3 (unreleased)
### Added
### Changed
### Fixed
### Security
## [2.9.2](https://gitlab.adullact.net/Comptoir/Comptoir-srv/tags/v2.9.2) - 2021-03-23
### Fixed
...
...
Documentation/For_ops/Realese/HOWTO_Create_a_release.md
View file @
3aadeff9
...
...
@@ -14,7 +14,7 @@ Once the code in `develop` is ready, merge into `master` like follows:
```
sh
git checkout master
MYTAG
=
"vX.Y.Z"
git merge develop
--no-
ff
--no-verify
-m
"Comptoir
$MYTAG
"
git merge develop
--no-
verify
--no-ff
-m
"Comptoir
$MYTAG
"
git tag
-a
$MYTAG
-m
"
$MYTAG
"
git push origin master
git push origin
$MYTAG
...
...
config/bootstrap.php
View file @
3aadeff9
...
...
@@ -281,7 +281,7 @@ Configure::write(
Configure
::
write
(
'VERSION'
,
[
"footer"
=>
"v2.9.
2
"
"footer"
=>
"v2.9.
3_DEV
"
]
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment