Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sophie Hourihane
bayeswave
Commits
7070c52f
Commit
7070c52f
authored
Sep 05, 2019
by
James Alexander Clark PhD
Browse files
More version info updates
parent
e41fc00f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7070c52f
...
...
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)
project
(
bayeswave
LANGUAGES C
VERSION 1.0.
3
VERSION 1.0.
4
DESCRIPTION
"LIGO/VIRGO burst analysis algorithm"
HOMEPAGE_URL
"https://git.ligo.org/lscsoft/bayeswave"
)
...
...
doc/releasing.md
View file @
7070c52f
# Preparing A Release
Please familiarise yourself with this entire procedure before starting.
1.
[
Update
Documentation
](
#update-documentation
)
1.
[
Update
Hardcoded Version Info
](
#update-hardcoded-version-info
)
1.
[
Create a tag
](
#create-a-tag
)
1.
[
Build A Release Tarball
](
#build-a-release-tarball
)
1.
[
upload Source Tarball
](
#upload-source-tarball
)
1.
[
Open SCCB Request
](
#open-sccb-request
)
1.
[
Deployment
](
#deployment
)
## Update Documentation
Along with any changes describing new functionality, the documentation should
be updated to show the version number (see next step). This should be done
first, so that the documentation matches the release. Specifically, edit
`conf.py`
[
here
](
https://git.ligo.org/lscsoft/bayeswave/blob/master/doc/conf.py#L25
)
.
## Update Hardcoded Version Info
There are a couple of places with (currently) hardcoded version numbers.
Update these with the version you're about to release.
Specifically, edit :
*
`conf.py`
[
here
](
https://git.ligo.org/lscsoft/bayeswave/blob/master/doc/conf.py#L25
)
.
*
`CMakeLists.txt`
[
here
](
https://git.ligo.org/lscsoft/bayeswave/blob/master/CMakeLists.txt#L13
)
Future releases may automate this step.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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