Skip to content

Commit da6fbaf

Browse files
authored
chore: reamdefix (#325)
* chore: reamdefix * chore: readme * changeset * changeset
1 parent 41f8e5c commit da6fbaf

3 files changed

Lines changed: 17 additions & 12 deletions

File tree

.changeset/tangy-ideas-mate.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'dotenv-diff': patch
3+
---
4+
5+
fixed preserve nested example paths

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
id: changesets
5050
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf
5151
with:
52-
publish: pnpm release
5352
version: pnpm version
53+
publish: pnpm release
5454
commit: 'chore: release packages'
5555
title: 'chore: release packages'
5656
env:

packages/cli/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ First-class support for SvelteKit and Next.js. Also works well in modern JavaScr
1212

1313
### Warnings & errors detection
1414

15-
![Demo](./docs/assets/demo.gif)
15+
![Demo](../../docs/assets/demo.gif)
1616

1717
### Clean / successful scan
1818

19-
![Successful Scan](./docs/assets/success.png)
19+
![Successful Scan](../../docs/assets/success.png)
2020

2121
---
2222

@@ -32,7 +32,7 @@ First-class support for SvelteKit and Next.js. Also works well in modern JavaScr
3232

3333
## How It Works
3434

35-
→ See [Capabilities Documentation](./docs/capabilities.md) for details on what the scanner checks for and how it works.
35+
→ See [Capabilities Documentation](../../docs/capabilities.md) for details on what the scanner checks for and how it works.
3636

3737
---
3838

@@ -44,15 +44,15 @@ Generate a default configuration file:
4444
dotenv-diff --init
4545
```
4646

47-
→ See [Configuration Documentation](./docs/configuration_and_flags.md#configuration-file) for more details.
47+
→ See [Configuration Documentation](../../docs/configuration_and_flags.md#configuration-file) for more details.
4848

4949
---
5050

5151
## Git hooks and CI/CD Integration
5252

5353
Easily integrate dotenv-diff into your Git hooks or CI/CD pipelines to enforce environment variable consistency.
5454

55-
→ See [Git Hooks Documentation](./docs/git_hooks_ci.md) for more details.
55+
→ See [Git Hooks Documentation](../../docs/git_hooks_ci.md) for more details.
5656

5757
## Framework-Specific Warnings
5858

@@ -67,7 +67,7 @@ Framework issues (Sveltekit):
6767
→ Variables accessed through import.meta.env must start with "VITE_"
6868
```
6969

70-
→ See [Framework Documentation](./docs/frameworks/index.md) for more details.
70+
→ See [Framework Documentation](../../docs/frameworks/index.md) for more details.
7171

7272
## Ignore Comments
7373

@@ -79,7 +79,7 @@ const apiKey = process.env.API_KEY; // dotenv-diff-ignore
7979

8080
This is helpful when you know a specific warning is safe in your source code.
8181

82-
→ See [Ignore Comments Documentation](./docs/ignore_comments.md) for more details.
82+
→ See [Ignore Comments Documentation](../../docs/ignore_comments.md) for more details.
8383

8484
---
8585

@@ -92,7 +92,7 @@ Add expiration metadata to your environment variables to get warnings when they
9292
API_TOKEN=
9393
```
9494

95-
→ See [Expiration Documentation](./docs/expiration_warnings.md) for more details.
95+
→ See [Expiration Documentation](../../docs/expiration_warnings.md) for more details.
9696

9797
---
9898

@@ -108,7 +108,7 @@ In monorepos with multiple apps and packages, you can include shared folders:
108108
}
109109
```
110110

111-
→ See [Monorepo Documentation](./docs/monorepo_support.md) for more details.
111+
→ See [Monorepo Documentation](../../docs/monorepo_support.md) for more details.
112112

113113
This will:
114114

@@ -127,14 +127,14 @@ This will:
127127

128128
## Documentation
129129

130-
→ See [dotenv-diff Documentation](./docs/index.md) for full documentation
130+
→ See [dotenv-diff Documentation](../../docs/index.md) for full documentation
131131

132132
---
133133

134134
## Contributing
135135

136136
Issues and pull requests are welcome.
137-
→ See [CONTRIBUTING](CONTRIBUTING.md) for details.
137+
→ See [CONTRIBUTING](../../CONTRIBUTING.md) for details.
138138

139139
Thanks to these amazing people for contributing to this project:
140140

0 commit comments

Comments
 (0)