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: src/ReleaseMaking.asciidoc
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,18 @@ This page describes the process of making a new https://github.com/pasdoc/pasdoc
12
12
* Change version of all packages in `source/packages/`. Right now this means just changing `source/packages/lazarus/pasdoc_package.lpk`. (Delphi packages don't store PasDoc version now.)
13
13
* change `VERSION` in `pasdoc/Makefile`
14
14
* change `PASDOC_VERSION` and `PASDOC_DATE` in `source/components/PasDoc_Versions.pas`
15
+
* `make && ./bin/pasdoc --version` should show the new version number and date.
16
+
* `make dist-linux-x86_64` should create a tar.gz file with the new version number in its name.
15
17
16
18
Make last version number _even_ to signify stable release, like `1.2.4`.
17
19
18
-
##[[write-changelog-entry]] Write ChangeLog entry
20
+
## Write ChangeLog entry
19
21
20
22
Make sure you have nice entry in https://github.com/pasdoc/pasdoc/blob/master/ChangeLog.md file in pasdoc sources.
21
23
22
24
We try to update this changelog file _while_ developing PasDoc (each time someone does something significant, it's immediately added to the changelog). So at this point, mainly _review and finalize (write new verion number and release date) changelog entry_.
23
25
24
-
##[[update-docs]] Update docs
26
+
## Update docs
25
27
26
28
Remove from the documentation text
27
29
@@ -96,6 +98,7 @@ For basic test of `pasdoc_gui`, open the project with pasdoc's autodoc `source/a
96
98
97
99
## Announce new release everywhere
98
100
101
+
* Make thread on our forum: https://github.com/pasdoc/pasdoc/discussions .
99
102
* Announce new release on https://forum.lazarus.freepascal.org/[Lazarus forum].
0 commit comments