Skip to content

Commit

Permalink
Update guides/maintenance.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Junker <[email protected]>
  • Loading branch information
ThetaSinner and steveej authored Nov 22, 2023
1 parent bc6035c commit 4120021
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 --force --tags origin holochain-0.1
git push --force 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 4120021

Please sign in to comment.