Skip to content

Commit 50a465a

Browse files
docs: update changelog for foundry template (#2)
1 parent de4a4b8 commit 50a465a

File tree

3 files changed

+36
-93
lines changed

3 files changed

+36
-93
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,12 @@ jobs:
7878
config: cliff.toml
7979
args: -vv --latest --strip header
8080
env:
81-
OUTPUT: CHANGES.md
81+
OUTPUT: CHANGELOG.md
82+
GIT_CLIFTER_APPEND: false # 追加内容到现有的 CHANGELOG.md 文件
8283

8384
- name: Debug changelog output
84-
run: echo "${{ steps.git-cliff.outputs.content }}"
85+
run: |
86+
cat CHANGELOG.md # 输出 changelog 内容
8587
if: startsWith(github.ref, 'refs/tags/')
8688

8789
- name: Release

.solhint.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"plugins": ["prettier"],
3+
"rules": {
4+
"prettier/prettier": "error"
5+
},
6+
"extends": ["solhint:recommended"]
7+
}

CHANGELOG.md

Lines changed: 25 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,25 @@
1-
# Changelog
2-
3-
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4-
5-
---
6-
## [unreleased]
7-
8-
### Features
9-
10-
- RedPacketNFT init (#5) - ([7f61329](https://github.com/S3-Partners/depacket-contracts/commit/7f61329d10bfa7ec7f5054a73d3257f9e0bd82f0)) - Qiao Pengjun 乔鹏军
11-
- depoly contract finish and delete .solhine.json file - ([1ec4c81](https://github.com/S3-Partners/depacket-contracts/commit/1ec4c819eb53445154dd400306556175afb14101)) - QiaoPengjun5162
12-
13-
### Miscellaneous Chores
14-
15-
- init from https://github.com/psyljz/foundry-starter.git at 4451dd7 - ([7c1759d](https://github.com/S3-Partners/depacket-contracts/commit/7c1759da1e59a11a01f43fea48f047d257d75fab)) - Psycholab.ljz
16-
17-
### Other
18-
19-
- RPW-1 (#1) - ([61de453](https://github.com/S3-Partners/depacket-contracts/commit/61de4537a5383580244046194c5d1c3294e9ab78)) - Aze
20-
- Rpw 6 solidity contract init (#2)
21-
22-
* ReadPacket
23-
24-
* ReadPacket
25-
26-
* feat: RedPacketNFT init
27-
28-
* mini version done
29-
30-
---------
31-
32-
Co-authored-by: QiaoPengjun5162 <qiaopengjun0@gmail.com> - ([454ca84](https://github.com/S3-Partners/depacket-contracts/commit/454ca844abf9ca91a009f110d1505bd0497d2417)) - Aze
33-
- Rpw 6 solidity contract init (#3)
34-
35-
* ReadPacket
36-
37-
* ReadPacket
38-
39-
* feat: RedPacketNFT init
40-
41-
* mini version done
42-
43-
---------
44-
45-
Co-authored-by: QiaoPengjun5162 <qiaopengjun0@gmail.com> - ([9b044d6](https://github.com/S3-Partners/depacket-contracts/commit/9b044d6a7926ca4c6797bd291e97112cf8ab89a4)) - Aze
46-
- Rpw 6 solidity contract init (#4)
47-
48-
* ReadPacket
49-
50-
* ReadPacket
51-
52-
* feat: RedPacketNFT init
53-
54-
* mini version done
55-
56-
---------
57-
58-
Co-authored-by: QiaoPengjun5162 <qiaopengjun0@gmail.com> - ([e0d0955](https://github.com/S3-Partners/depacket-contracts/commit/e0d0955e33f47cce04b6cd801d5acbdfc7aca9bb)) - Aze
59-
- Rpw 15 solidity integrate erc6551 minimum versions (#6)
60-
61-
* RPW-15-solidity-Integrate-Erc6551-Minimum-Versions
62-
63-
* feat: RedPacket project finish
64-
65-
---------
66-
67-
Co-authored-by: Psycholab.ljz <psyljz@gmail.com> - ([48112f6](https://github.com/S3-Partners/depacket-contracts/commit/48112f6b9652f57ef035742bef061dbbd2d99fe7)) - Qiao Pengjun 乔鹏军
68-
- Rpw 20 solidity red packet alpha 0.1 (#7)
69-
70-
* feat: deploy script create and nft contract update
71-
72-
* feat: add cliff format contract file
73-
74-
* feat: update nft contract add cicd fix salt test
75-
76-
* update changelog
77-
78-
* forge install: openzeppelin-foundry-upgrades
79-
80-
v0.3.2
81-
82-
* feat: RedPacket Upgrades
83-
84-
* test update
85-
86-
* salt function update - ([b706639](https://github.com/S3-Partners/depacket-contracts/commit/b7066390ef1d6f2229e8b1f3f8936efcef060b51)) - Qiao Pengjun 乔鹏军
87-
- delete broadcast and .DS_Store - ([8fd9ba7](https://github.com/S3-Partners/depacket-contracts/commit/8fd9ba7d398ea7fe06f71d653e534f8e32c1070b)) - QiaoPengjun5162
88-
- delete broadcast - ([85ddf76](https://github.com/S3-Partners/depacket-contracts/commit/85ddf7666f352eac6e33d2abbe9e59430599b1a5)) - QiaoPengjun5162
89-
- second deploy finish and update factory contract - ([6be5e89](https://github.com/S3-Partners/depacket-contracts/commit/6be5e89dc76f7834f8b89704939ae42e38878b78)) - QiaoPengjun5162
90-
91-
<!-- generated by git-cliff -->
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
4+
5+
---
6+
## [0.1.0-foundry-template] - 2025-02-21
7+
8+
### Documentation
9+
10+
- add foundry project initialization instructions - ([e93bb91](https://github.com/S3-Partners/depacket-contracts/commit/e93bb910e5c884b2b98d34aa5a95fef76a62cd07)) - QiaoPengjun5162
11+
12+
### Miscellaneous Chores
13+
14+
- forge init - ([572e31e](https://github.com/S3-Partners/depacket-contracts/commit/572e31e80008d14c07e047748f695207eea67a1d)) - QiaoPengjun5162
15+
- init the project - ([0b0e8ba](https://github.com/S3-Partners/depacket-contracts/commit/0b0e8ba93e91690e4032e69795bdb07f0025ae59)) - QiaoPengjun5162
16+
- fix forge build error - ([09e1bdb](https://github.com/S3-Partners/depacket-contracts/commit/09e1bdb4603b3ef02f3f077d82d1d12f45f6221a)) - QiaoPengjun5162
17+
- add foundry.toml config for sepolia - ([7dfb4c3](https://github.com/S3-Partners/depacket-contracts/commit/7dfb4c3863e2fd826309092cd4ff8d4f07bc9e3a)) - QiaoPengjun5162
18+
- add mainnet and opt fork urls to .env.example (#1) - ([de4a4b8](https://github.com/S3-Partners/depacket-contracts/commit/de4a4b8cf9a688513a04e204e4aed9ae3d542428)) - Paxon Qiao 乔鹏军
19+
20+
### Other
21+
22+
- Initial commit - ([95d54bb](https://github.com/S3-Partners/depacket-contracts/commit/95d54bbbb1c555cdd5687de126e842bcdb5878fa)) - Paxon Qiao 乔鹏军
23+
- Merge branch 'main' of github.com:qiaopengjun5162/foundry-template - ([5cae606](https://github.com/S3-Partners/depacket-contracts/commit/5cae606456fa52f1adc14f71370712c52269733e)) - QiaoPengjun5162
24+
25+
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)