Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
nghyd
Commits
7d0449b9
Commit
7d0449b9
authored
Sep 10, 2019
by
Mathias Chouet
🍝
Browse files
Updated readme
parent
2a499353
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7d0449b9
...
...
@@ -281,4 +281,23 @@ Custom Material SVG Icons will only show up when the application is deployed on
```
sh
sudo
apt-get
install
texlive texlive-lang-french texlive-latex-extra pandoc
```
\ No newline at end of file
# Release policy
Use
[
semantic versioning
](
https://semver.org/
)
.
Before releasing a new stable version, one should complete the following files
-
CHANGELOG.md
-
package.json (update
`version`
)
-
jalhyd_branch (be sure that it contains "master" or is empty)
Every stable version should be tagged with both
-
the
`stable`
tag
-
a version tag of the form
`X.Y.Z`
(semver)
The
`stable`
tag should be set
**before**
the version tag, so that
`git describe`
returns
`X.Y.Z`
(latest tag).
Here are the steps to follow for an example
**4.5.0**
version
-
git tag -fa stable
-
git tag -fa 4.5.0
-
git push --tags --force
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