Compare commits
No commits in common. "v1.5.0" and "v1.4.0" have entirely different histories.
@ -2,13 +2,6 @@
|
|||||||
|
|
||||||
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.
|
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)
|
## [1.4.0](https://git.archive.systems/Dezzpil/ivanovna.orm/compare/v1.3.3...v1.4.0) (2022-07-13)
|
||||||
|
|
||||||
|
|
||||||
|
23
README.md
23
README.md
@ -12,26 +12,11 @@ npm test
|
|||||||
|
|
||||||
## Процедура обновления версии
|
## Процедура обновления версии
|
||||||
|
|
||||||
В сообщении к комитам используем формат записи [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
|
Пример процедуры:
|
||||||
|
|
||||||
Пример(!) процедуры фиксации изменений и обновлении версии:
|
|
||||||
```shell
|
```shell
|
||||||
npm run precommit
|
|
||||||
git add .
|
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
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ivna-orm",
|
"name": "ivna-orm",
|
||||||
"version": "1.5.0",
|
"version": "1.4.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ivna-orm",
|
"name": "ivna-orm",
|
||||||
"version": "1.5.0",
|
"version": "1.4.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"rfdc": "^1.3.0"
|
"rfdc": "^1.3.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ivna-orm",
|
"name": "ivna-orm",
|
||||||
"version": "1.5.0",
|
"version": "1.4.0",
|
||||||
"description": "Mini ORM for convenience",
|
"description": "Mini ORM for convenience",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"files": [
|
"files": [
|
||||||
|
Loading…
Reference in New Issue
Block a user