Skip to content

Commit e8a336d

Browse files
committed
Add changelog
1 parent a0b6ab5 commit e8a336d

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.github/stale.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Number of days of inactivity before an issue becomes stale
2+
daysUntilStale: 14
3+
# Number of days of inactivity before a stale issue is closed
4+
daysUntilClose: 7
5+
# Issues with these labels will never be considered stale
6+
exemptLabels:
7+
- important
8+
# Label to use when marking an issue as stale
9+
staleLabel: stale
10+
# Comment to post when marking an issue as stale. Set to `false` to disable
11+
markComment: >
12+
This issue has been automatically marked as stale because it has not had
13+
recent activity. It will be closed if no further activity occurs. Thank you
14+
for your contributions.
15+
# Comment to post when closing a stale issue. Set to `false` to disable
16+
closeComment: >
17+
This issue has been automatically closed due to inactivity.
18+
Please open a new issue if it's still valid.

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# xcmonkey changelog
2+
3+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4+
5+
## [1.2.0](https://github.com/alteral/xcmonkey/releases/tag/1.2.0)
6+
7+
_January 23, 2023_
8+
9+
### ✅ Added
10+
11+
- Force keep xcmonkey in the target app
12+
13+
## [1.1.0](https://github.com/alteral/xcmonkey/releases/tag/1.1.0)
14+
15+
_January 20, 2023_
16+
17+
### ✅ Added
18+
19+
- Support [fastlane](https://github.com/fastlane/fastlane) integration
20+
21+
## [1.0.0](https://github.com/alteral/xcmonkey/releases/tag/1.0.0)
22+
23+
_January 09, 2023_
24+
25+
### ✅ Added
26+
27+
- xcmonkey `test`, `repeat` and `describe` commands

0 commit comments

Comments
 (0)