We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b568cd commit 0325a2bCopy full SHA for 0325a2b
Project.toml
@@ -1,7 +1,7 @@
1
name = "HetaSimulator"
2
uuid = "630b40c4-2f38-41ff-bcb3-b2c7232fed0d"
3
authors = ["Ivan Borisov", "Evgeny Metelkin"]
4
-version = "0.4.10"
+version = "0.4.11"
5
6
[deps]
7
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
release.md
@@ -0,0 +1,10 @@
+# How to make a release
+
+1. push everything into __develop__ branch
+1. check with `] test HetaSimulator`
+1. update changelog to new version
+1. update version in __Project.toml__
+1. push commit with title 'update version'
8
+1. merge to master branch
9
+1. go to https://juliahub.com/ => contribute
10
+1.
0 commit comments