Skip to content

Commit a54757f

Browse files
committed
chore(docs): document breaking changes in v2
1 parent 3b4dee6 commit a54757f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ but can be used to package any portable application. In short, it consumes a con
3030
- [Important notes](#important-notes)
3131
- [Migration guides](#migration-guides)
3232
- [Migrating to v1](#migrating-to-v1)
33+
- [Breaking changes in v2](#breaking-changes-in-v2)
3334

3435
## Installation
3536

@@ -304,3 +305,8 @@ To migrate from ops2deb <= 1.0.3 to ops2deb > 1.0.3:
304305

305306
- Install ops2deb 1.0.3
306307
- Run `ops2deb migrate`
308+
309+
### Breaking changes in v2
310+
311+
- `GITHUB_TOKEN` environment variable renamed to `OPS2DEB_GITHUB_TOKEN`
312+
- Command line argument `-k` was removed. Start `ops2deb.yml` with `# lockfile={path_to_lockfile}` to override the default lockfile path.

0 commit comments

Comments
 (0)