Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
5d7a65b3
Commit
5d7a65b3
authored
5 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
[docs] Fix formatting
parent
7330dee0
No related branches found
No related tags found
No related merge requests found
Pipeline
#37490
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release.rst
+4
-4
4 additions, 4 deletions
doc/release.rst
with
4 additions
and
4 deletions
doc/release.rst
+
4
−
4
View file @
5d7a65b3
...
@@ -80,15 +80,15 @@ Here are the instructions to release Bob meta package:
...
@@ -80,15 +80,15 @@ Here are the instructions to release Bob meta package:
* The script above cannot identify linux only packages. After running the script,
* The script above cannot identify linux only packages. After running the script,
**you need to manually tag linux only packages** in both ``conda/meta.yaml`` and
**you need to manually tag linux only packages** in both ``conda/meta.yaml`` and
``requirements.txt``. For example, in ``conda/meta.yaml``:
:
``requirements.txt``. For example, in ``conda/meta.yaml``:
.. code-block:: yaml
.. code-block:: yaml
- bob.ip.binseg ==1.1.0 # [linux]
- bob.ip.binseg ==1.1.0 # [linux]
and, in ``requirements.txt``::
and, in ``requirements.txt``::
bob.ip.binseg ==1.1.0 ; sys_platform == 'linux'
bob.ip.binseg ==1.1.0 ; sys_platform == 'linux'
* Test the conda recipe of bob. You may want to cancel the
* Test the conda recipe of bob. You may want to cancel the
command below once it reaches the nosetests.:
command below once it reaches the nosetests.:
...
@@ -115,7 +115,7 @@ Here are the instructions to release Bob meta package:
...
@@ -115,7 +115,7 @@ Here are the instructions to release Bob meta package:
* When the script says ``Waiting for the pipeline *** of "bob/bob" to finish``, you may
* When the script says ``Waiting for the pipeline *** of "bob/bob" to finish``, you may
cancel it and check the progress online.
cancel it and check the progress online.
* To revert the pins while in beta run:
:
* To revert the pins while in beta run:
.. code-block:: sh
.. code-block:: sh
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment