9eb0bf9724
- Update to version 1.12.0: * Features: - add Haxe support - Add operating system module - aws: add a fallback for expiration key - azure: add username to azure module config - bug-report: ask for confirmation before opening issue - directory: add before_repo_root_style - git_commit: support showing lightweight tags - guix_shell: Initial implementation - init: Use which-rs to resolve starship path - localip: use reserved remote address - nu: enable right prompt - Open Policy Agent module - package: added showing gradle version based on the gradle.properties file - preset: Add No Empty Icons preset - preset: Add no-nerd-font preset - release: add chocolatey publishing * Bug Fixes: - aws: enable when using .aws/credentials - buf: broken icon on windows 10 - ci: cache after selecting the toolchain - config: unrecognized config properties don't cause config error - container: avoid detecting WSL as a systemd-container - don't attempt to display cmd_duration notification if in TTY - git: check tag_disabled option - java: Improved regex for Java version - nu: remove -c parameter from term size - pwsh: fix error log display on older versions of pwsh - status: replace multiply with cross mark emoji OBS-URL: https://build.opensuse.org/request/show/1043596 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=38
26 lines
942 B
XML
26 lines
942 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="disabled">
|
|
<param name="filename">starship</param>
|
|
<param name="url">https://github.com/starship/starship.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="version">git-master</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="revision">v1.12.0</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="compression">xz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srcdir">starship</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">starship</param>
|
|
</service>
|
|
</services>
|