Skip to content

Commit

Permalink
Use full flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Nov 22, 2023
1 parent 2a862b2 commit 8900eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Moving a release tag example:
git checkout develop-0.1
git pull --tags
git tag holochain-0.1
git push -f --tags origin holochain-0.1
git push --force --tags origin holochain-0.1
```

There is a CI job for Holonix to periodically (every 6 hours at the time of writing) looks for changes. It will automatically update its inputs for Scaffolding and create+merge a PR on the Holochain repository. So after you have pushed the updated tag, Holonix users will have to wait for the next automatic update then do their own `nix flake update` to see the latest Scaffolding.

0 comments on commit 8900eb7

Please sign in to comment.