Skip to content

Commit

Permalink
fix to build 'dev' documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Jun 4, 2024
1 parent 4a2face commit 374e728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documenter
on:
push:
branches:
- main
- master
tags: '*'
pull_request:

Expand Down

2 comments on commit 374e728

@cecileane
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

  • breaking change to internal function: addleaf! returns new leaf, not net
  • modified RNG within snaq!: will generate different network proposals, compared to same seed but v0.16.3

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/108266

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.16.4 -m "<description of version>" 374e728927288fcf194c38376a6b6e49d774abcf
git push origin v0.16.4

Please sign in to comment.