You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/version_suivante.txt
+24-16Lines changed: 24 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,33 @@ déployer sur galerie via
10
10
# si ok
11
11
git br -d prod_old; git co prod; git br prod_old; git merge master; git co master
12
12
test de quelques pages:
13
-
http://galerie.microalg.info/profgra:tests:images
14
-
rec
15
-
Ajouter section sur http://galerie.microalg.info/microalg:config_echantillons
16
-
si nouvelle conf
13
+
http://galerie.microalg.info/profgra:tests:images # pas de chance, bug
14
+
http://galerie.microalg.info/profgra:tests:pgcd
15
+
Si nouvelle conf:
16
+
Ajouter section sur http://galerie.microalg.info/microalg:config_echantillons
17
17
18
18
dans ce fichier:
19
-
:%s/0.4.06/0.4.07/g # puis incrémenter le second
20
-
:%s/0.4.05/0.4.06/g # remettre, exécuter, incrémenter le second
19
+
:%s/0.4.07/0.4.08/g # puis incrémenter le second
20
+
:%s/0.4.06/0.4.07/g # remettre à la ver précédente, exécuter, incrémenter le second
21
21
22
-
git tag -a v0.4.06 -f -m v0.4.06
22
+
git tag -a v0.4.07 -f -m v0.4.07
23
+
git push --tags
23
24
24
-
git diff v0.4.05 v0.4.06 # pour préparer le change log
25
+
# check nouveaux fichiers ou renames pour update README
26
+
git log v0.4.06..v0.4.07 --diff-filter=A --summary | less
27
+
git log v0.4.06..v0.4.07 --diff-filter=D --summary | less
28
+
git log v0.4.06..v0.4.07 --diff-filter=R --summary | less
29
+
30
+
git diff v0.4.06 v0.4.07 # pour préparer le change log
25
31
Sur github, click sur Releases, puis sur la dernière, puis «Edit tag»
26
32
Pas de «Release title»
27
33
34
+
C’est l’occaze de peaufiner la release.
35
+
28
36
«««
29
-
Voir les [instructions d’installation](https://github.com/Microalg/Microalg/blob/v0.4.06/INSTALL.md) ou [télécharger directement](https://github.com/Microalg/Microalg/releases/download/v0.4.06/microalg_0.4.06.zip) la version pour Windows (contenant l’éditeur SciTE 3.5.3).
37
+
Voir les [instructions d’installation](https://github.com/Microalg/Microalg/blob/v0.4.07/INSTALL.md) ou [télécharger directement](https://github.com/Microalg/Microalg/releases/download/v0.4.07/microalg_0.4.07.zip) la version pour Windows (contenant l’éditeur SciTE 3.5.3).
30
38
31
-
Changements notables depuis 0.4.05 :
39
+
Changements notables depuis 0.4.06 :
32
40
33
41
En bref :
34
42
@@ -41,27 +49,27 @@ num version
41
49
git co master
42
50
bump version dans microalg.l et microalg_tests.malg
43
51
./microalg_tests.sh
44
-
modif INSTALL.md (à plusieurs endroits: 6)
52
+
modif INSTALL.md (à plusieurs endroits: 8 dans 6 lignes)
45
53
# modif scripts de démarrage
46
54
vim malg* # 7 fichiers
47
55
git ap
48
-
git cm "v0.4.05 -> v0.4.06"
56
+
git cm "v0.4.06 -> v0.4.07"
49
57
git push origin master
50
58
git lol # pour vérif
51
59
52
60
# redéployer sur galerie:
53
61
git pull origin master # depuis serveur, puis
54
62
git co prod; git merge master; git co master
55
63
64
+
# faux tag «latest» sur working dir
56
65
git co latest; git merge master; git push origin latest; git co master
57
-
# check nouveaux fichiers ou renames pour update README
58
66
git lol # pour vérif
59
67
60
-
git tag -a v0.4.06 -f -m v0.4.06
68
+
git tag -a v0.4.07 -f -m v0.4.07
61
69
git push --tags -f
62
70
git lol # pour vérif
63
71
64
-
git rma dist-win; git archive HEAD --prefix=microalg_0.4.06/ --format=zip > microalg_0.4.06.zip; git co master
72
+
git rma dist-win; git archive HEAD --prefix=microalg_0.4.07/ --format=zip > microalg_0.4.07.zip; git co master
0 commit comments