Compare commits

...

2 Commits

Author SHA1 Message Date
Nikita Dezzpil Orlov
7029c10d9b chore(release): 1.5.0 2022-07-13 13:46:09 +03:00
Nikita Dezzpil Orlov
b34b8765c1 feat: пример обновления версии 2022-07-13 13:46:02 +03:00
4 changed files with 29 additions and 7 deletions

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.5.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.4.0...v1.5.0) (2022-07-13)
### Features
* пример обновления версии ([b34b876](https://git.archive.systems/Dezzpil/ivanovna.orm/commit/b34b8765c1415912712729dfead1d6c99a57327e))
## [1.4.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.3.3...v1.4.0) (2022-07-13)

View File

@ -12,11 +12,26 @@ npm test
## Процедура обновления версии
Пример процедуры:
В сообщении к комитам используем формат записи [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
Пример(!) процедуры фиксации изменений и обновлении версии:
```shell
npm run precommit
git add .
git commit -m'fix: исправлен баг'
git commit -m'fix: исправил баг'
# что-то еще делаем
npm run precommit
git add .
git commit -m'feat: запилил новую фичу'
```
```
После того как все изменения зафиксированы, делаем:
```shell
npm run release
git push --follow-tags origin master
```
# Примеры использования
TODO

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ivna-orm",
"version": "1.4.0",
"version": "1.5.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ivna-orm",
"version": "1.4.0",
"version": "1.5.0",
"license": "ISC",
"dependencies": {
"rfdc": "^1.3.0"

View File

@ -1,6 +1,6 @@
{
"name": "ivna-orm",
"version": "1.4.0",
"version": "1.5.0",
"description": "Mini ORM for convenience",
"main": "dist/index.js",
"files": [