Skip to content

Commit

Permalink
chore(docs): document breaking changes in v2
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Mar 4, 2023
1 parent 3b4dee6 commit a54757f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ but can be used to package any portable application. In short, it consumes a con
- [Important notes](#important-notes)
- [Migration guides](#migration-guides)
- [Migrating to v1](#migrating-to-v1)
- [Breaking changes in v2](#breaking-changes-in-v2)

## Installation

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

- Install ops2deb 1.0.3
- Run `ops2deb migrate`

### Breaking changes in v2

- `GITHUB_TOKEN` environment variable renamed to `OPS2DEB_GITHUB_TOKEN`
- Command line argument `-k` was removed. Start `ops2deb.yml` with `# lockfile={path_to_lockfile}` to override the default lockfile path.

0 comments on commit a54757f

Please sign in to comment.