Skip to content

Commit

Permalink
chore: release version v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 9, 2023
1 parent 9b2ee71 commit 179d690
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v2.6.0](https://github.com/zachdaniel/git_ops/compare/v2.5.6...v2.6.0) (2023-06-09)




### Features:

* AllowedTags: Adds allowed_tags option (#59)

* AllowedTags: Add config allow_untagged? to tags

* enable custom replace/pattern for readme versioning (#56)

## [v2.5.6](https://github.com/zachdaniel/git_ops/compare/v2.5.5...v2.5.6) (2023-03-07)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ yourself using multiple scopes your commit is probably too big.
```elixir
def deps do
[
{:git_ops, "~> 2.5.6", only: [:dev]}
{:git_ops, "~> 2.6.0", only: [:dev]}
]
end
```
Expand Down Expand Up @@ -108,7 +108,7 @@ version. Look at [this project's mix.exs](mix.exs) for an example.
Most project readmes have a line like this that would ideally remain up to date:

```elixir
{:git_ops, "~> 2.5.6", only: [:dev]}
{:git_ops, "~> 2.6.0", only: [:dev]}
```

You can keep that number up to date via `manage_readme_version`, which accepts
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule GitOps.MixProject do
use Mix.Project

@source_url "https://github.com/zachdaniel/git_ops"
@version "2.5.6"
@version "2.6.0"

def project do
[
Expand Down

0 comments on commit 179d690

Please sign in to comment.