Skip to content

Commit

Permalink
minor corrections, renamed svn_tag_build to tag_build
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Oct 22, 2017
1 parent 794c549 commit 72f49c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING-RU.md
Expand Up @@ -64,22 +64,22 @@

1. Этот файл содержит информацию для генерирования версии Far:
* `BUILDTYPE`, строка, определяющая тип сборки:
- '' - пустая строка (релиз)
- '' (пустая строка) - релиз
- `alpha` - альфа версия
- `beta` - бета версия
- `RC` - релиз кандидат
- `ЧтоЛибоДругое` - предназначено для выпуска версий Far, код которых
ещё не вошел в репозиторий, чтоб не путать пользователей и нас.
Вывод версии Far будет выглядеть следующим образом:
`Версия alpha ЧтоЛибоДругое based on build НомерБилда`.
* `MAJOR` - мажорная версия Far (например 3).
* `MINOR` - минорная версия Far (например 0).
* `MAJOR` - мажорная версия Far (например, 3).
* `MINOR` - минорная версия Far (например, 0).


#### vbuild.m4

1. Если в файле `vbuild.m4` был изменен номер билда, то после коммита
изменений в репозиторий необходимо запустить `svn_tag_build.bat`.
изменений в репозиторий необходимо запустить `tag_build.bat`.


#### Добавление новых строк в языковые файлы
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -43,7 +43,7 @@ to the project, please follow those guidelines:

1. All comments on committed changes should be written to the `changelog` file.
You should leave comments in the source code only if you think the code is
not self explanatory and won't be understood by "future generations".
not self-explanatory and won't be understood by "future generations".
2. Recent changes go on top.
3. Each entry starts with a header of the form:
> warp 05.12.2006 01:39:38 +0300 - build 2149
Expand All @@ -67,7 +67,7 @@ to the project, please follow those guidelines:

1. This file contains information used to generate Far version:
* `BUILDTYPE`, a string that defines the build type:
- '' - empty string (release version)
- '' (an empty string) - release version
- `alpha` - alpha version
- `beta` - beta version
- `RC` - release candidate
Expand Down
File renamed without changes.

0 comments on commit 72f49c5

Please sign in to comment.