Skip to content

Commit c0d6532

Browse files
py-img-gen-releaser[bot]github-actions[bot]shunk031
authored
Release for v0.1.0 (#16)
* [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md * update --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Shunsuke KITADA <shunsuke.kitada.0831@gmail.com>
1 parent 99c6c37 commit c0d6532

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- tagpr

.tagpr

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# config file for the tagpr in git config format
2+
# The tagpr generates the initial configuration, which you can rewrite to suit your environment.
3+
# CONFIGURATIONS:
4+
# tagpr.releaseBranch
5+
# Generally, it is "main." It is the branch for releases. The tagpr tracks this branch,
6+
# creates or updates a pull request as a release candidate, or tags when they are merged.
7+
#
8+
# tagpr.versionFile
9+
# Versioning file containing the semantic version needed to be updated at release.
10+
# It will be synchronized with the "git tag".
11+
# Often this is a meta-information file such as gemspec, setup.cfg, package.json, etc.
12+
# Sometimes the source code file, such as version.go or Bar.pm, is used.
13+
# If you do not want to use versioning files but only git tags, specify the "-" string here.
14+
# You can specify multiple version files by comma separated strings.
15+
#
16+
# tagpr.vPrefix
17+
# Flag whether or not v-prefix is added to semver when git tagging. (e.g. v1.2.3 if true)
18+
# This is only a tagging convention, not how it is described in the version file.
19+
#
20+
# tagpr.changelog (Optional)
21+
# Flag whether or not changelog is added or changed during the release.
22+
#
23+
# tagpr.command (Optional)
24+
# Command to change files just before release.
25+
#
26+
# tagpr.template (Optional)
27+
# Pull request template file in go template format
28+
#
29+
# tagpr.templateText (Optional)
30+
# Pull request template text in go template format
31+
#
32+
# tagpr.release (Optional)
33+
# GitHub Release creation behavior after tagging [true, draft, false]
34+
# If this value is not set, the release is to be created.
35+
#
36+
# tagpr.majorLabels (Optional)
37+
# Label of major update targets. Default is [major]
38+
#
39+
# tagpr.minorLabels (Optional)
40+
# Label of minor update targets. Default is [minor]
41+
#
42+
# tagpr.commitPrefix (Optional)
43+
# Prefix of commit message. Default is "[tagpr]"
44+
#
45+
[tagpr]
46+
vPrefix = true
47+
releaseBranch = main
48+
versionFile = pyproject.toml

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [v0.1.0](https://github.com/py-img-gen/diffusers-ncsn/commits/v0.1.0) - 2025-02-21
4+
- Initialize by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/1
5+
- Update pipeline by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/2
6+
- Update for tests by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/3
7+
- Support python >= 3.10 by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/4
8+
- remove version restriction for `diffusers` by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/5
9+
- Reduce unet arguments by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/6
10+
- Align the variable names with the standard scheduler by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/7
11+
- rename package name `ncsn` to `diffusers-ncsn` by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/8
12+
- Update package name by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/9
13+
- update for py3.10 by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/10
14+
- update to add notes for unet model by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/11
15+
- Update for building document site by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/12
16+
- update to fix `publish_dir` by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/13
17+
- Create LICENSE by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/14
18+
- Update for release by @shunk031 in https://github.com/py-img-gen/diffusers-ncsn/pull/15

0 commit comments

Comments
 (0)