Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Comptoir
Comptoir-srv
Commits
80370f50
Commit
80370f50
authored
Jun 17, 2020
by
Fabrice Gangler
🎨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set version to v2.8.1_DEV
parent
0cef98db
Pipeline
#10092
passed with stage
in 4 minutes and 56 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
1 deletion
+33
-1
CHANGELOG.md
CHANGELOG.md
+12
-0
Documentation/For_ops/Realese/HOWTO_Create_a_release.md
Documentation/For_ops/Realese/HOWTO_Create_a_release.md
+0
-0
Documentation/For_ops/Realese/template_CHANGELOG.md
Documentation/For_ops/Realese/template_CHANGELOG.md
+20
-0
config/bootstrap.php
config/bootstrap.php
+1
-1
No files found.
CHANGELOG.md
View file @
80370f50
...
...
@@ -5,6 +5,18 @@ 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.8.1 (unreleased)
### Added
### Changed
### Fixed
### Security
## [2.8.0](https://gitlab.adullact.net/Comptoir/Comptoir-srv/tags/v2.8.0) - 2020-06-15
### Added
...
...
Documentation/For_ops/HOWTO_Create_a_release.md
→
Documentation/For_ops/
Realese/
HOWTO_Create_a_release.md
View file @
80370f50
File moved
Documentation/For_ops/Realese/template_CHANGELOG.md
0 → 100644
View file @
80370f50
## Changelog template
## Versioning
We tend to follow the
[
semantic versioning
](
http://semver.org/
)
recommendations.
## Template
```
## 2.x.y (unreleased)
### Added
### Changed
### Fixed
### Security
```
config/bootstrap.php
View file @
80370f50
...
...
@@ -281,7 +281,7 @@ Configure::write(
Configure
::
write
(
'VERSION'
,
[
"footer"
=>
"v2.8.
0
"
"footer"
=>
"v2.8.
1_DEV
"
]
);
...
...
Write
Preview
Markdown
is supported
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