问题标签 [axion-release-plugin]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
git - 从 bitbucket 管道推送 git 标签?
我想使用axion-release-plugin
哪个将标签添加到 git 存储库。
现在我想找到一种方法让 git 能够从 bitbucket 管道推送标签。
我怎样才能做到这一点?
gradle - 不遵循语义版本控制方案的项目的 Gradle 发布插件
我正在编写一个将与某些特定版本的平台一起使用的组件。假设平台是 1.18.0 版本,那么我想发布组件,例如版本为1.18.0.1
,然后1.18.0.2
. 如果平台更新我想发布1.19.0.1
等。这当然会破坏语义版本控制。
我需要一个支持此版本控制方案的 Gradle 发布插件,但它仅使用标签来存储版本(发布期间没有提交,所以我不能使用https://github.com/researchgate/gradle-release)。
根据我所见,有两个插件强制执行语义版本控制,因此我无法使用它们:
- axion-release-plugin ( https://github.com/allegro/axion-release-plugin )
- nebula-release-plugin ( https://github.com/nebula-plugins/nebula-release-plugin )
如何实现与 axion-release-plugin 基本相同但使用不遵循 semver 的自定义版本控制方案?
java - 在 Windows 上使用 Gradle axion 发布失败,但在 Linux 上有效
嗨,只是尝试使用 axion 插件的简单代码。
虽然,相同的代码在 Linux 上运行良好。我正在使用 GIT 版本 - “git 版本 2.32.0.windows.1” Gradle 版本 - “Gradle 7.2” axion-release 版本“1.13.2”。我的 build.gradle 看起来像 -
我也尝试从 GitBash 运行命令,但出现错误 -