Skip to content

Commit 32aa86c

Browse files
committed
Change org.
1 parent 07e9810 commit 32aa86c

File tree

11 files changed

+21
-53
lines changed

11 files changed

+21
-53
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@ name: Actions CI
22

33
on: push
44

5-
env:
6-
CUATRO_HEX_KEY: ${{ secrets.CUATRO_HEX_KEY }}
7-
85
jobs:
96
bless:
107
name: Bless
11-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
129
env:
1310
MIX_ENV: test
1411

@@ -51,7 +48,6 @@ jobs:
5148
run: |
5249
mix local.rebar --force
5350
mix local.hex --force
54-
mix hex.organization auth cuatro --key $CUATRO_HEX_KEY
5551
mix deps.get
5652
5753
- name: Compile dependencies
@@ -72,7 +68,7 @@ jobs:
7268

7369
publish-hex-package:
7470
name: Publish Hex Package ⬆️☁️
75-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-latest
7672
if: startsWith(github.ref, 'refs/tags/v')
7773
env:
7874
MIX_ENV: dev
@@ -118,7 +114,6 @@ jobs:
118114
run: |
119115
mix local.rebar --force
120116
mix local.hex --force
121-
mix hex.organization auth cuatro --key $CUATRO_HEX_KEY
122117
mix deps.get
123118
124119
- name: Compile dependencies
@@ -141,28 +136,14 @@ jobs:
141136

142137
- name: Create a GitHub Release
143138
id: create_release
144-
uses: NFIBrokerage/create-release@v4
139+
uses: elgohr/Github-Release-Action@v5
145140
env:
146-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
141+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
147142
with:
148-
tag_name: ${{ env.TAG }}
149-
name: Release ${{ env.TAG }}
150-
draft: false
143+
title: Release ${{ env.TAG }}
151144
prerelease: false
152145

153146
- name: Publish library
154147
run: mix hex.publish --yes
155148
env:
156149
HEX_API_KEY: ${{ secrets.HEX_PUBLISH_KEY }}
157-
158-
- name: Notify ops channel of build success
159-
run: >
160-
curl
161-
-X POST
162-
-H 'Content-type:application/json'
163-
-d "{\"text\":\":hexpm: package published for $REPOSITORY $(git tag -ln $TAG)\"}"
164-
$SLACK_WEBHOOK
165-
env:
166-
SLACK_WEBHOOK: ${{ secrets.OPS_CHANNEL_SLACK_WEBHOOK }}
167-
168-
# Generated by Elixir.Gaas.Generators.Simple.Actions.LibraryCi

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.11.0-otp-22
2-
erlang 22.3
1+
elixir 1.17.3-otp-27
2+
erlang 27.1

CHANGELOG.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
1818

1919
- Updated `actions/checkout@` from `v3` to `v4` in GH actions
2020
- Updated `actions/cache@` from `v3` to `v4` in GH actions
21-
- Updated `NFIBrokerage/create-release@` from `v3` to `v4` in GH actions
21+
- Updated `CuatroElixir/create-release@` from `v3` to `v4` in GH actions
2222

2323
## 0.8.1 - 2023-08-24
2424

2525
### Changed
2626

2727
- Updated `actions/checkout@` from `v1` to `v3` in GH actions
2828
- Updated `actions/cache@` from `v1` to `v3` in GH actions
29-
- Updated `NFIBrokerage/create-release@` from `v2` to `v3` in GH actions
30-
- Change `release_name` to `name` field in `NFIBrokerage/create-release@v3`
29+
- Updated `CuatroElixir/create-release@` from `v2` to `v3` in GH actions
30+
- Change `release_name` to `name` field in `CuatroElixir/create-release@v3`
3131
action in GH actions
3232
- Fixed credo warnings
3333

@@ -235,7 +235,3 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
235235
## initial commit - 2020-08-19
236236

237237
### Added
238-
239-
- This project was generated by Gaas
240-
241-
<!-- # Generated by Elixir.Gaas.Generators.Simple.Library.Changelog -->

LICENSE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,5 +174,3 @@
174174
of your accepting any such warranty or additional liability.
175175

176176
END OF TERMS AND CONDITIONS
177-
178-
# Generated by Elixir.Gaas.Generators.Simple.License

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Harness
22

3-
![Actions CI](https://github.com/NFIBrokerage/harness/workflows/Actions%20CI/badge.svg)
3+
![Actions CI](https://github.com/CuatroElixir/harness/workflows/Actions%20CI/badge.svg)
44

55
A command line tool for harnessing Elixir boilerplate.
66

@@ -41,4 +41,4 @@ asdf global elixir 1.10.4-otp-22
4141
mix archive.install hex harness --force
4242
```
4343

44-
[harness-dotfiles]: https://github.com/NFIBrokerage/harness_dotfiles
44+
[harness-dotfiles]: https://github.com/CuatroElixir/harness_dotfiles

catalog-info.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ metadata:
77
files locally and versions them, allowing you to semantically version your
88
service chasses.
99
annotations:
10-
github.com/project-slug: NFIBrokerage/harness
11-
backstage.io/source-ref: https://github.com/NFIBrokerage/harness
12-
backstage.io/github-actions-id: https://github.com/NFIBrokerage/harness
10+
github.com/project-slug: CuatroElixir/harness
11+
backstage.io/source-ref: https://github.com/CuatroElixir/harness
12+
backstage.io/github-actions-id: https://github.com/CuatroElixir/harness
1313
tags:
1414
- config
1515
- eex

config/config.exs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
use Mix.Config
2-
3-
# Generated by Elixir.Gaas.Generators.Simple.ConfigConfig
1+
import Config

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Harness.MixProject do
33

44
@version_file Path.join(__DIR__, ".version")
55
@external_resource @version_file
6-
@source_url "https://github.com/NFIBrokerage/harness"
6+
@source_url "https://github.com/CuatroElixir/harness"
77

88
def project do
99
[
@@ -53,7 +53,7 @@ defmodule Harness.MixProject do
5353
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
5454
# test
5555
{:bless, "~> 1.0", only: :test},
56-
{:convene, "~> 0.2", organization: "cuatro", only: :test},
56+
{:credo, "~> 1.7", only: :test},
5757
{:excoveralls, "~> 0.7", only: :test}
5858
]
5959
end

mix.lock

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
%{
22
"bless": {:hex, :bless, "1.2.0", "5e8190738dcf2fedcbcee2433b44f0e4629a1b0ce84052e5ba17f8dff48d42bd", [:mix], [], "hexpm", "046692560e401dc33c2bb3223bb3f210c18fafbae24431f0056516bb5c8be805"},
3-
"bunt": {:hex, :bunt, "0.2.1", "e2d4792f7bc0ced7583ab54922808919518d0e57ee162901a16a1b6664ef3b14", [:mix], [], "hexpm", "a330bfb4245239787b15005e66ae6845c9cd524a288f0d141c148b02603777a5"},
4-
"convene": {:hex, :convene, "0.2.2", "2495b032aff9a8d5b87b5db83c64e65a90e61d438dda2f72fc951d2093ceaea3", [:mix], [{:credo, "~> 1.4", [hex: :credo, repo: "hexpm", optional: false]}], "hexpm:cuatro", "83e0a113b38315091e5d65fc12f02f1f518b317eee9bf9dfe3dd01efb64ece51"},
5-
"credo": {:hex, :credo, "1.7.0", "6119bee47272e85995598ee04f2ebbed3e947678dee048d10b5feca139435f75", [:mix], [{:bunt, "~> 0.2.1", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2.8", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "6839fcf63d1f0d1c0f450abc8564a57c43d644077ab96f2934563e68b8a769d7"},
3+
"bunt": {:hex, :bunt, "1.0.0", "081c2c665f086849e6d57900292b3a161727ab40431219529f13c4ddcf3e7a44", [:mix], [], "hexpm", "dc5f86aa08a5f6fa6b8096f0735c4e76d54ae5c9fa2c143e5a1fc7c1cd9bb6b5"},
4+
"credo": {:hex, :credo, "1.7.15", "283da72eeb2fd3ccf7248f4941a0527efb97afa224bcdef30b4b580bc8258e1c", [:mix], [{:bunt, "~> 0.2.1 or ~> 1.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:file_system, "~> 0.2 or ~> 1.0", [hex: :file_system, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "291e8645ea3fea7481829f1e1eb0881b8395db212821338e577a90bf225c5607"},
65
"earmark_parser": {:hex, :earmark_parser, "1.4.33", "3c3fd9673bb5dcc9edc28dd90f50c87ce506d1f71b70e3de69aa8154bc695d44", [:mix], [], "hexpm", "2d526833729b59b9fdb85785078697c72ac5e5066350663e5be6a1182da61b8f"},
76
"ex_doc": {:hex, :ex_doc, "0.30.5", "aa6da96a5c23389d7dc7c381eba862710e108cee9cfdc629b7ec021313900e9e", [:mix], [{:earmark_parser, "~> 1.4.31", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "88a1e115dcb91cefeef7e22df4a6ebbe4634fbf98b38adcbc25c9607d6d9d8e6"},
87
"excoveralls": {:hex, :excoveralls, "0.17.0", "279f124dba347903bb654bc40745c493ae265d45040001b4899ea1edf88078c7", [:mix], [{:castore, "~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "08b638d114387a888f9cb8d65f2a0021ec04c3e447b793efa7c1e734aba93004"},
9-
"file_system": {:hex, :file_system, "0.2.10", "fb082005a9cd1711c05b5248710f8826b02d7d1784e7c3451f9c1231d4fc162d", [:mix], [], "hexpm", "41195edbfb562a593726eda3b3e8b103a309b733ad25f3d642ba49696bf715dc"},
8+
"file_system": {:hex, :file_system, "1.1.1", "31864f4685b0148f25bd3fbef2b1228457c0c89024ad67f7a81a3ffbc0bbad3a", [:mix], [], "hexpm", "7a15ff97dfe526aeefb090a7a9d3d03aa907e100e262a0f8f7746b78f8f87a5d"},
109
"jason": {:hex, :jason, "1.4.1", "af1504e35f629ddcdd6addb3513c3853991f694921b1b9368b0bd32beb9f1b63", [:mix], [{:decimal, "~> 1.0 or ~> 2.0", [hex: :decimal, repo: "hexpm", optional: true]}], "hexpm", "fbb01ecdfd565b56261302f7e1fcc27c4fb8f32d56eab74db621fc154604a7a1"},
1110
"makeup": {:hex, :makeup, "1.1.0", "6b67c8bc2882a6b6a445859952a602afc1a41c2e08379ca057c0f525366fc3ca", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "0a45ed501f4a8897f580eabf99a2e5234ea3e75a4373c8a52824f6e873be57a6"},
1211
"makeup_elixir": {:hex, :makeup_elixir, "0.16.1", "cc9e3ca312f1cfeccc572b37a09980287e243648108384b97ff2b76e505c3555", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "e127a341ad1b209bd80f7bd1620a15693a9908ed780c3b763bccf7d200c767c6"},

test/harness_test.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
defmodule HarnessTest do
22
use ExUnit.Case
33
end
4-
5-
# Generated by Elixir.Gaas.Generators.Simple.BaseModuleTest

0 commit comments

Comments
 (0)