SHA256
1
0
forked from pool/git-cliff

Compare commits

...

7 Commits

Author SHA256 Message Date
Ana Guerrero
dbb6dc5bcf Accepting request 1233631 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233631
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-cliff?expand=0&rev=16
2024-12-30 11:51:26 +00:00
Ana Guerrero
fd93d2be4d Accepting request 1232908 from utilities
- Update to version 2.7.0:
  * refactor(clippy): apply clippy suggestions
  * chore(deps): bump dependencies
  * chore(integration): remove experimental feature disclaimer
  * feat(config): allow overriding the remote API URL via config
  * docs(git): improve docs for commit_preprocessors and commit_parsers
  * feat(jujutsu): add jujustu support
  * perf(test): don't create regex inside a loop
  * chore(log): add trace log about which command is being run
  * fix(remote): preserve first time contributors
  * test(git): find upstream remote when using ssh
  * docs(readme): add blog post about git-cliff
  * chore(config): add the 'other' parser to the default config
  * fix(changelog): fix missing commit fields in context
  * refactor(clippy): apply clippy suggestions
  * test(repo): expand unit tests of the repo module
  * fix(changelog): include the root commit when `--latest` is used with one tag
  * chore(deps): bump clap from 4.5.18 to 4.5.19
  * feat(args): add color to the help text
  * chore(release): prepare for v2.6.1
  * refactor(clippy): apply doc_markdown and ignored_unit_patterns lint
  * chore(fixtures): build binaries using dev profile
  * refactor(clippy): apply if_not_else lint
  * fix(remote): avoid setting multiple remotes
  * chore(deps): bump thiserror from 1.0.63 to 1.0.64
  * refactor(clippy): apply assigning_clones lint
  * refactor(clippy): apply single_match_else lint
  * refactor(clippy): apply needless_pass_by_value lint
  * chore(release): prepare for v2.6.0
  * feat(config): add changelog.render_always option

OBS-URL: https://build.opensuse.org/request/show/1232908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-cliff?expand=0&rev=15
2024-12-22 17:03:40 +00:00
Soc Virnyl Estela
bde39b9cb3 - Attempt to build by ignoring rust version.
OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=33
2024-12-21 04:55:51 +00:00
Soc Virnyl Estela
512dad6dff OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=32 2024-12-21 02:02:20 +00:00
Soc Virnyl Estela
febd930506 OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=31 2024-12-21 02:01:35 +00:00
Ana Guerrero
79676f857c Accepting request 1202696 from utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1202696
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git-cliff?expand=0&rev=14
2024-09-24 15:32:55 +00:00
Soc Virnyl Estela
3e731a4228 - update to version 2.5.0:
* Remove unnecessary git-cliff-action output file
  * Include new contributors in repository changelog 
  * Check for null commit_id in detailed templa
  * Fix comment for changelog header template 
  * Update keepachangelog.toml comme
  * Clarify authentication with GitHub tok
  * Correct inverted consequences of configuration val
  * Make example templates more user-friendly 
  * Clean up url encoding for GitLab 
  * Allow using --bumped-version without conventional commits
  * Allow using environment variables without config file present
  * Fix fetching repository for gitlab integration test
  * URL-encode the owner in remote requests for GitLab
  * Include for-loop arguments in template variables
  * Allow GitLab groups with --gitlab-repo
  * Support bumping to a specific semver type
  * Support count_tags option
  * Skip ssh and x509 signatures in tag messages
  * Generate changelog from JSON context
  * Allow whole commit context to be used in commit parsers
  * Support performance profiling via pprof
  * Activate integration if remote is set manually

OBS-URL: https://build.opensuse.org/package/show/utilities/git-cliff?expand=0&rev=29
2024-09-16 14:36:26 +00:00
5 changed files with 101 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d5791600e440d0842e42f3b0dbc8d503f4902920675054a23f046fbb1c252636
size 10482197

3
git-cliff-2.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b9a74f0871983bf5c326ffd7358ba46925f14a6feb1638c8c1e5d6b36448eae
size 10522155

View File

@ -1,3 +1,97 @@
-------------------------------------------------------------------
Sat Dec 21 04:55:18 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Attempt to build by ignoring rust version.
-------------------------------------------------------------------
Sat Dec 21 01:45:02 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 2.7.0:
* refactor(clippy): apply clippy suggestions
* chore(deps): bump dependencies
* chore(integration): remove experimental feature disclaimer
* feat(config): allow overriding the remote API URL via config
* docs(git): improve docs for commit_preprocessors and commit_parsers
* feat(jujutsu): add jujustu support
* perf(test): don't create regex inside a loop
* chore(log): add trace log about which command is being run
* fix(remote): preserve first time contributors
* test(git): find upstream remote when using ssh
* docs(readme): add blog post about git-cliff
* chore(config): add the 'other' parser to the default config
* fix(changelog): fix missing commit fields in context
* refactor(clippy): apply clippy suggestions
* test(repo): expand unit tests of the repo module
* fix(changelog): include the root commit when `--latest` is used with one tag
* chore(deps): bump clap from 4.5.18 to 4.5.19
* feat(args): add color to the help text
* chore(release): prepare for v2.6.1
* refactor(clippy): apply doc_markdown and ignored_unit_patterns lint
* chore(fixtures): build binaries using dev profile
* refactor(clippy): apply if_not_else lint
* fix(remote): avoid setting multiple remotes
* chore(deps): bump thiserror from 1.0.63 to 1.0.64
* refactor(clippy): apply assigning_clones lint
* refactor(clippy): apply single_match_else lint
* refactor(clippy): apply needless_pass_by_value lint
* chore(release): prepare for v2.6.0
* feat(config): add changelog.render_always option
* chore(deps): bump dependencies
* fix(changelog): do not change the tag date if tag already exists
* feat(config): allow configuring output file from config
* docs(args): fix copy-paste mistake where gitea mentioned gitlab
* fix(commit): trim the trailing newline for git2 commits
* fix(bump): suppress template warning when `--bumped-version` is used
* refactor(clippy): apply explicit_iter_loop lint
* refactor(clippy): apply manual_is_variant_and lint
* chore(deps): bump clap_complete from 4.5.23 to 4.5.28
* chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 in /website in the minor group
* chore(deps): bump pretty_assertions from 1.4.0 to 1.4.1
* fix(changelog): correctly set the tag message for the latest release
* refactor(clippy): apply case_sensitive_file_extension_comparisons lint
* refactor(clippy): apply clippy suggestions
* refactor(clippy): apply option_as_ref_cloned lint
* refactor(template)!: add name parameter to the constructor
* fix(core): avoid the unnecessary loop when no remote feature is activated
* feat(core): add `remote` to commit and deprecate fields
* refactor(clippy): apply semicolon_if_nothing_returned clippy lint
* refactor(clippy): apply unnested_or_patterns clippy lint
* docs(contributing): mention fetching the tags for running tests successfully
* fix(args): support using use_branch_tags from both config and args
* feat(changelog): support generating changelog for different branches
* chore(examples): improve example templates
* chore(lib): fix typos in code comments
* chore(deps): bump prism-react-renderer from 2.3.1 to 2.4.0 in /website in the minor group
* fix(template): resolve parsing issues with `raw`/`endraw` in Jinja
* fix(changelog): don't change the context when provided via `--from-context`
-------------------------------------------------------------------
Mon Sep 16 14:31:26 UTC 2024 - Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- update to version 2.5.0:
* Remove unnecessary git-cliff-action output file
* Include new contributors in repository changelog
* Check for null commit_id in detailed templa
* Fix comment for changelog header template
* Update keepachangelog.toml comme
* Clarify authentication with GitHub tok
* Correct inverted consequences of configuration val
* Make example templates more user-friendly
* Clean up url encoding for GitLab
* Allow using --bumped-version without conventional commits
* Allow using environment variables without config file present
* Fix fetching repository for gitlab integration test
* URL-encode the owner in remote requests for GitLab
* Include for-loop arguments in template variables
* Allow GitLab groups with --gitlab-repo
* Support bumping to a specific semver type
* Support count_tags option
* Skip ssh and x509 signatures in tag messages
* Generate changelog from JSON context
* Allow whole commit context to be used in commit parsers
* Support performance profiling via pprof
* Activate integration if remote is set manually
-------------------------------------------------------------------
Sat Jul 6 20:36:45 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -18,7 +18,7 @@
Name: git-cliff
Version: 2.4.0
Version: 2.7.0
Release: 0
Summary: Changelog generator for git repositories
License: (Apache-2.0 OR MIT) AND Unicode-DFS-2016 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 AND GPL-3.0-only AND SUSE-GPL-2.0-with-linking-exception+
@ -69,7 +69,7 @@ Bash command-line completion support for %{name}.
%build
# We don't need to check an update. github feature is nice to have though
%{cargo_build} --no-default-features -F github
%{cargo_build} --ignore-rust-version --no-default-features -F github
mkdir -p target/completions/
mkdir -p target/man/
OUT_DIR=target/completions/ ./target/release/%{name}-completions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba9ca9f33ffc4b0c07ccc371436793e57d3e618dba28c51ac430ea4e55ced94b
size 36588292
oid sha256:251d0c80056e8d5fefb808e8aba1f0477ead0940af5e2dc45c052091c643d10a
size 44387366