Compare commits
No commits in common. "master" and "v0.1.0" have entirely different histories.
@ -1,13 +0,0 @@
|
||||
name-template: 'v$RESOLVED_VERSION'
|
||||
tag-template: 'v$RESOLVED_VERSION'
|
||||
version-resolver:
|
||||
major:
|
||||
labels:
|
||||
- 'release/major'
|
||||
minor:
|
||||
labels:
|
||||
- 'release/minor'
|
||||
patch:
|
||||
labels:
|
||||
- 'release/patch'
|
||||
default: patch
|
@ -1,11 +0,0 @@
|
||||
name: Release Drafter
|
||||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
jobs:
|
||||
release_drafter_job:
|
||||
name: Update release notes draft
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Release Drafter
|
||||
uses: https://github.com/raucao/gitea-release-drafter@de9367738b1299ecaa709677b8b9b432d37bc138
|
12
README.md
12
README.md
@ -1,12 +0,0 @@
|
||||
# test-one-two
|
||||
|
||||
Foo bar.
|
||||
|
||||
<kbd>☑️ send</kbd>
|
||||
<kbd>receive</kbd>
|
||||
|
||||
|
||||
What about footnotes[^1]? Maybe they work[^2]?
|
||||
|
||||
[^1]: This is a footnote
|
||||
[^2]: And another one
|
Loading…
x
Reference in New Issue
Block a user