File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ln -s -r .github/pre-commit.sh .git/hooks/pre-commit
4848## Releases
4949
5050> [ !NOTE]
51- > _ There is a pending todo ([ Issue #39 ] to convert this section to a workflow._
51+ > _ There is a pending todo ([ Issue #39 ] ) to convert this section to a workflow._
5252 <!-- markdownlint-disable-next-line no-blanks-blockquote -->
5353> [ !IMPORTANT]
5454> _ This assumes you have already built and tested the base container as
@@ -62,11 +62,12 @@ ln -s -r .github/pre-commit.sh .git/hooks/pre-commit
6262 ```
6363
64642 . Ensure you are at the root of the project on the main branch with all
65- relevant code merged to main.
65+ relevant code merged to main and pulled locally .
6666
6767 ``` bash
6868 cd /PATH/TO/bitwarden-directory-connector-containers
6969 git checkout main
70+ git pull
7071 ```
7172
72733 . Run the [ ` update-bdcc-version-branch.sh ` ] script to create a release branch,
You can’t perform that action at this time.
0 commit comments