Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
re-release due to error
Browse files Browse the repository at this point in the history
  • Loading branch information
2jammers committed Sep 8, 2024
1 parent a7d3100 commit ac671e1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: ci
name: ci
on:
release:
types: [published]
push:
branches:
- master
- main
permissions:
contents: write
jobs:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
- name: Install Wally dependencies
run: wally install

- name: Generate sourcemap
run: argon sourcemap standalone.project.json --output standalone.project.json

- name: Generate package types
run: wally-package-types --sourcemap sourcemap.json Packages

- name: Format code
run: stylua src/

Expand Down
4 changes: 2 additions & 2 deletions .lune/discord.luau
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ if type == "announcement" then
content = if noPing == true then nil else `<@&{projectRole}>`,
embeds = {
{
title = `Release {tag} · lumin-dev/{projectName}`,
title = `Release {tag} · luminlabsdev/{projectName}`,
description = `Release notification for the latest version of {formattedProjectName}`,
url = `https://github.com/lumin-dev/{projectName}/releases/tag/{tag}`,
url = `https://github.com/luminlabsdev/{projectName}/releases/tag/{tag}`,
color = 7506646,
author = {
name = "GitHub",
Expand Down
10 changes: 8 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed issues with wally package types
- Fixed changelog problems

## [0.2.0] - 2024-09-08

### Added

- Added proper docs
- Futures in replacement of Promises

## 0.1.0 - 2024-08-06
## [0.1.0] - 2024-08-06

Initial release! 🥳

[unreleased]: https://github.com/luminlabsdev/net/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/luminlabsdev/net/compare/d9cddb345d23b29687d678cd9939c14092570505...v0.2.0
[0.2.0]: https://github.com/luminlabsdev/net/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/luminlabsdev/net/compare/54e6996b9825a91f9cc70fd2ccf9721db831df32...v0.1.0

0 comments on commit ac671e1

Please sign in to comment.