Skip to content

Commit 302cbe7

Browse files
v0.2.0
1 parent 4687a70 commit 302cbe7

File tree

4 files changed

+33
-4
lines changed

4 files changed

+33
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
- commits:
2+
- subject: Sign commits using GPG if all commits are cryptographically verified by
3+
GitHub
4+
hash: 2a74ba2ffdce6759fc9f27dd1b993ed5aa88c25c
5+
body: ""
6+
footer:
7+
Change-type: minor
8+
change-type: minor
9+
Signed-off-by: Christina Ying Wang <[email protected]>
10+
signed-off-by: Christina Ying Wang <[email protected]>
11+
author: Christina Ying Wang
12+
- subject: Switch to local git rebase
13+
hash: 241bb1b169e406190844c589d1b218d8710246fe
14+
body: ""
15+
footer:
16+
Change-type: minor
17+
change-type: minor
18+
Signed-off-by: Christina Ying Wang <[email protected]>
19+
signed-off-by: Christina Ying Wang <[email protected]>
20+
author: Christina Ying Wang
21+
version: 0.2.0
22+
title: ""
23+
date: 2025-07-14T18:40:01.358Z
124
- commits:
225
- subject: Abort if feature branch HEAD sha has changed
326
hash: 84e5381b5e16e0d27e3f5fc3bcd8dce56a2ef3aa

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v0.2.0
8+
## (2025-07-14)
9+
10+
* Sign commits using GPG if all commits are cryptographically verified by GitHub [Christina Ying Wang]
11+
* Switch to local git rebase [Christina Ying Wang]
12+
713
# v0.1.5
814
## (2025-03-28)
915

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basejump",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "A GitHub app for rebasing on demand",
66
"author": "Balena",
@@ -44,6 +44,6 @@
4444
},
4545
"type": "module",
4646
"versionist": {
47-
"publishedAt": "2025-03-28T18:45:26.464Z"
47+
"publishedAt": "2025-07-14T18:40:01.407Z"
4848
}
4949
}

0 commit comments

Comments
 (0)