Skip to content

Commit

Permalink
Merge branch 'main' into fix-pebble-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt authored Jun 5, 2024
2 parents 1c25899 + e0d5a05 commit 95333cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charmcraft-pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cat requirements.txt
- name: Set up LXD
uses: canonical/setup-lxd@7be523c4c2724a31218a627809044c6a2f0870ad
uses: canonical/setup-lxd@e815787b53c690d006e582ef03e43f08d56d64ba
with:
channel: 5.0/stable

Expand Down
6 changes: 3 additions & 3 deletions HACKING.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ To make a release of the ops library, do the following:
7. Create a new branch, and copy this text to the [CHANGES.md](CHANGES.md) file,
stripping out links, who did each commit, the new contributor list, and the
link to the full changelog.
8. Change [version.py][ops/version.py]'s `version` to the
8. Change [version.py](ops/version.py)'s `version` to the
[appropriate string](https://semver.org/).
9. Check if there's a `chore: update charm pins` auto-generated PR in the queue. If it looks
good, merge it and check that tests still pass. If needed, you can re-trigger the
Expand All @@ -315,6 +315,6 @@ You can troubleshoot errors on the [Actions Tab](https://github.com/canonical/op

13. Announce the release on [Discourse](https://discourse.charmhub.io/c/framework/42) and [Matrix](https://matrix.to/#/#charmhub-charmdev:ubuntu.com)

14. Open a PR to change [version.py][ops/version.py]'s `version` to the expected
next version, with "+dev" appended (for example, if 3.14.1 is the next expected version, use
14. Open a PR to change [version.py](ops/version.py)'s `version` to the expected
next version, with ".dev0" appended (for example, if 3.14.1 is the next expected version, use
`'3.14.1.dev0'`).

0 comments on commit 95333cc

Please sign in to comment.