Skip to content

Commit

Permalink
chore: sync with ecsact_common (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: seaubot <[email protected]>
Co-authored-by: Ezekiel Warren <[email protected]>
  • Loading branch information
3 people authored May 30, 2024
1 parent cfd70b2 commit 83a905d
Show file tree
Hide file tree
Showing 14 changed files with 1,179 additions and 1,173 deletions.
2 changes: 1 addition & 1 deletion .bazelignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
test
example
example
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true

3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: greut/eclint-action@v0
- uses: jidicula/[email protected]
with: { clang-format-version: "18" }

test-windows:
if: github.event_name == 'merge_group'
runs-on: windows-latest
steps:
- name: Setup Wasmer
Expand All @@ -41,6 +43,7 @@ jobs:
working-directory: test

test-linux:
if: github.event_name == 'merge_group'
runs-on: ubuntu-latest
steps:
- name: Setup Wasmer
Expand Down
14 changes: 7 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bazel-*
user.bazelrc
.doxygen
external
compile_commands.json
.cache
*.bazel.lock
bazel-*
user.bazelrc
.doxygen
external
compile_commands.json
.cache
*.bazel.lock
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ All notable changes to this project will be documented in this file. See [conven

- - -

Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).
15 changes: 6 additions & 9 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
pre_bump_hooks = [
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
"buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
"bazel mod tidy",
# Ecsact pre 1.0.0 the 0.X.0 is our 'major' version
"buildozer 'set version {{version}}' 'set compatibility_level {{version.minor}}' //MODULE.bazel:%module",
"bazel mod tidy",
]

post_bump_hooks = [
"git push",
"git push origin {{version}}",
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
"git push",
"git push origin {{version}}",
"gh release create {{version}} --generate-notes --latest -t {{version}} --verify-tag",
]

[packages]
test = { path = "test", pre_bump_hooks = ["bazel mod tidy"] }
Loading

0 comments on commit 83a905d

Please sign in to comment.