Skip to content

Commit 3cc5975

Browse files
committed
chore(release): 0.1.0
1 parent 554fd71 commit 3cc5975

File tree

3 files changed

+40
-33
lines changed

3 files changed

+40
-33
lines changed

.github/workflows/update-changelog.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.shipmarkrc.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
changelog:
2+
path: CHANGELOG.md
3+
4+
commits:
5+
types:
6+
- type: feat
7+
section: Added
8+
- type: fix
9+
section: Fixed
10+
- type: docs
11+
section: Documentation
12+
- type: refactor
13+
section: Changed
14+
- type: perf
15+
section: Changed
16+
- type: test
17+
hidden: true
18+
- type: chore
19+
hidden: true
20+
- type: ci
21+
hidden: true
22+
- type: build
23+
hidden: true

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
11
# Changelog
22

3-
All notable changes to `laravel-remote-sync` will be documented in this file.
3+
All notable changes to this project will be documented in this file.
4+
5+
## [0.1.0](https://github.com/jorisnoo/laravel-remote-sync/releases/tag/v0.1.0) (2026-01-19)
6+
7+
### Features
8+
9+
- keep empty tables ([554fd71](https://github.com/jorisnoo/laravel-remote-sync/commit/554fd71e176c3dcab051d666f40656f867c6009e))
10+
- push cmd ([873e2cd](https://github.com/jorisnoo/laravel-remote-sync/commit/873e2cd5a88af2b0f9809d6d39293366190d5b01))
11+
- run configure script ([4ab1cc8](https://github.com/jorisnoo/laravel-remote-sync/commit/4ab1cc87e89747e201bfe0b9d058363fe43b2f38))
12+
13+
### Bug Fixes
14+
15+
- php version ([73fcf22](https://github.com/jorisnoo/laravel-remote-sync/commit/73fcf22cec751d9c38ee54368c3e8c92843071de))
16+
17+
### Documentation
18+
19+
- update readme ([b873752](https://github.com/jorisnoo/laravel-remote-sync/commit/b87375272fcc6532259df53e03f6929aa71ab00a))

0 commit comments

Comments
 (0)