diff --git a/.release-please-config.json b/.release-please-config.json index 5b6fc0d..7d924c8 100644 --- a/.release-please-config.json +++ b/.release-please-config.json @@ -3,8 +3,8 @@ ".": { "changelog-path": "CHANGELOG.md", "release-type": "simple", - "bump-minor-pre-major": true, - "bump-patch-for-minor-pre-major": true, + "bump-minor-pre-major": false, + "bump-patch-for-minor-pre-major": false, "draft": false, "prerelease": false, "version-file": ".version.txt", diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "1.0.0" } diff --git a/.version.txt b/.version.txt index ac39a10..3eefcb9 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.9.0 +1.0.0 diff --git a/app/mix.exs b/app/mix.exs index 8a25b90..0532d0a 100644 --- a/app/mix.exs +++ b/app/mix.exs @@ -5,7 +5,7 @@ defmodule LinearCli.MixProject do [ app: :linear_cli, # x-release-please-start-version - version: "0.9.0", + version: "1.0.0", # x-release-please-end elixir: "~> 1.20", start_permanent: Mix.env() == :prod,