Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sean Leavey
dcc
Commits
695dc4d3
Commit
695dc4d3
authored
Jan 18, 2022
by
Sean Leavey
Browse files
Add CHANGELOG and update deployment instructions
parent
17eb4fc2
Pipeline
#343788
passed with stages
in 3 minutes and 9 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
0 → 100644
View file @
695dc4d3
# Change log
All notable changes to `dcc` will be documented in this file.
## 0.7.1
- Added Sphinx documentation
- Added simple continuous integration configuration to build and deploy the online
documentation
- Updated project URLs to point to new online documentation
- CLI:
- Rearranged shared options
- Changed "no archive dir" warning to an info level message
- Added `--locate` flag to `dcc open-file` command
- Renamed `dcc list-archives` to `dcc list`
- Simplified `meta.toml` schema versioning
docs/source/developers.rst
View file @
695dc4d3
...
...
@@ -64,6 +64,8 @@ Creating a tagged release
#. Check out a release branch with the intended new version number with ``git checkout
-b release/X.Y.Z``, build the project (including documentation) and check it all
works.
#. Summarise changes in ``CHANGELOG`` (hint: use ``git log dcc-X.Y.Z..HEAD`` where
``X.Y.Z`` was the previous tagged release) and commit.
#. Tag the release branch with ``git tag -a dcc-X.Y.Z``, typing "DCC vX.Y.Z" as the
release message.
#. Check out the ``develop`` branch again, and merge the release branch with ``git merge
...
...
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