Skip to content

Commit b0c1baa

Browse files
committed
📝 lockfiles
1 parent d6c8538 commit b0c1baa

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ git add .
6262
git commit
6363
```
6464

65+
Also, make sure to commit your lockfiles, they're created at `requirements.txt`
66+
and in the `requirements` directory. They will be created automatically
67+
when you run a `hatch` command in the respective environment for the first time.
68+
69+
```shell
70+
hatch run cov
71+
hatch run lint:all
72+
hatch run docs:serve
73+
git add requirements.txt requirements/
74+
git commit -m "🔐 add lockfiles"
75+
```
76+
6577
#### Secrets Init
6678

6779
This project uses GitHub Actions to deploy releases, documentation, and

docs/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,18 @@ git add .
6262
git commit
6363
```
6464

65+
Also, make sure to commit your lockfiles, they're created at `requirements.txt`
66+
and in the `requirements` directory. They will be created automatically
67+
when you run a `hatch` command in the respective environment for the first time.
68+
69+
```shell
70+
hatch run cov
71+
hatch run lint:all
72+
hatch run docs:serve
73+
git add requirements.txt requirements/
74+
git commit -m "🔐 add lockfiles"
75+
```
76+
6577
#### Secrets Init
6678

6779
This project uses GitHub Actions to deploy releases, documentation, and

0 commit comments

Comments
 (0)