Skip to content

Commit

Permalink
try to release a new module
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 18, 2024
1 parent 74cd095 commit ebeb996
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
Empty file.
5 changes: 5 additions & 0 deletions dummy-module/.changeset/v0.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Dummy modules is live!

Features:
- 1
- 2
7 changes: 7 additions & 0 deletions dummy-module/cmd/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Hello!")
}
5 changes: 5 additions & 0 deletions dummy-module/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/smartcontractkit/chainlink-testing-framework/dummy-module

go 1.22.5

retract [v1.999.0-test-release, v1.999.999-test-release]
Empty file added dummy-module/go.sum
Empty file.
2 changes: 0 additions & 2 deletions tools/breakingchanges/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=

0 comments on commit ebeb996

Please sign in to comment.