Skip to content

Commit 6fe368a

Browse files
committed
CONTRIBUTING.md: doc fixes for release process
1 parent e7ad927 commit 6fe368a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

6464
2. 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

7273
3. Run the [`update-bdcc-version-branch.sh`] script to create a release branch,

0 commit comments

Comments
 (0)