Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add package details to mix.exs file #7

Merged
merged 1 commit into from Feb 7, 2024
Merged

Conversation

btkostner
Copy link
Member

Checklist

Problem

This is required for common-config-elixir to add package release stuff

Details

I did not set the org, so this package will be public. We should include a license as well @doomspork

@btkostner btkostner self-assigned this Feb 7, 2024
Copy link
Contributor

github-actions bot commented Feb 7, 2024

Pull Request Test Coverage Report for Build d6015761161b2029c5f52e964f67df389f71dd47-PR-7

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.5%

Totals Coverage Status
Change from base Build f133880d6c73e376024576304af58b6c3cdd75fc: 0.0%
Covered Lines: 28
Relevant Lines: 32

💛 - Coveralls

@doomspork doomspork enabled auto-merge (squash) February 7, 2024 21:13
@doomspork doomspork merged commit ca24f39 into main Feb 7, 2024
7 checks passed
@doomspork doomspork deleted the btkostner-patch-2 branch February 7, 2024 21:13
defp package do
[
files: ~w(lib mix.exs .formatter.exs README.md CHANGELOG.md),
licenses: ["UNLICENSED"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doomspork pushed a commit that referenced this pull request Feb 7, 2024
An automated release has been created for you.
---


## 1.0.0 (2024-02-07)


### Features

* Allow retrieving variables from state
([#5](#5))
([f1d3c0a](f1d3c0a))
* Apache 2.0
([8e97b97](8e97b97))
* Collapse Runtime into Luau
([#7](#7))
([df2a0d4](df2a0d4))
* Iterate on APIs ([#6](#6))
([470db44](470db44))
* More test coverage ([#8](#8))
([ced718b](ced718b))
* Rename to Lunar ([#10](#10))
([16c2e81](16c2e81))
* Simple runtime and execution
([#1](#1))
([1051f5e](1051f5e))
* Telemetry & clone support
([#12](#12))
([78e254e](78e254e))


### Bug Fixes

* Setup release please manifest
([#6](#6))
([40328fe](40328fe))


### Miscellaneous

* Add CI ([#2](#2))
([613d833](613d833))
* Add Credo and Dialyzer
([406613c](406613c))
* Add excoveralls
([3e40b70](3e40b70))
* Add package details to mix.exs file
([#7](#7))
([ca24f39](ca24f39))
* Add release please ([#3](#3))
([377d571](377d571))
* Add release-please config
([#4](#4))
([9f5a819](9f5a819))
* Docs
([931b24d](931b24d))
* Introduce PR template and checklist
([#3](#3))
([04b7df2](04b7df2))
* README release please changes
([#9](#9))
([1f65d08](1f65d08))
* Remove capture_log tag
([d8a9f6f](d8a9f6f))
* Setup common config
([d4abfb1](d4abfb1))
* Sync files with stordco/common-config-elixir
([#1](#1))
([13cd484](13cd484))
* Sync files with stordco/common-config-elixir
([#4](#4))
([f133880](f133880))
* Update mix package license value
([#8](#8))
([584d98b](584d98b))
* Update wrapped function name
([597e56b](597e56b))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants